asyncio 兼容 gpsd 客户端
项目描述
Asycio Gpsd 客户端
安装
pip install asyncio-gpsd-client
用法
import asyncio
from asyncio_gpsd_client import GpsdClient
HOST = "127.0.0.1"
PORT = 2947
async def main():
async with GpsdClient(HOST, PORT) as client:
print(await client.poll()) # Get gpsd POLL response
while True:
print(await client.get_result()) # Get gpsd TPV responses
asyncio.run(main())
项目详情
关
asyncio_gpsd_client -0.2.1-py3-none-any.whl 的哈希值
| 算法 | 哈希摘要 | |
|---|---|---|
| SHA256 | 09ed918ec259d2452c07991ecc31242e976b3e5b866047dab5cc8e54da255f39 |
|
| MD5 | 0d921586626a2359bb6edf6257484fc8 |
|
| 布莱克2-256 | 4861fcfcf4aa5d010483b9a561e1174b9816720805f9d30c73d609d66f4fe8a4 |