软件包:python3-ttn-client(1.2.1-1)
python3-ttn-client 的相关链接
Debian 的资源:
下载源码包 python-ttn-client:
- [python-ttn-client_1.2.1-2.dsc]
- [python-ttn-client_1.2.1.orig.tar.gz]
- [python-ttn-client_1.2.1-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Client for fetching and parsing uplink messages from The Things Network
This library provides a client to fetch and parse uplink messages from The Things Network. The Things Network is a community-driven and open network that supports LoRaWAN for long-range communication with low bandwidth. Data from sensors is transferred via gateways to The Things Network, where this client processes the received uplink messages. The client decodes the payload and converts it into a readable format, extracting key-value pairs for further use in applications. This allows users to integrate and work with data from The Things Network within their own systems.
其他与 python3-ttn-client 有关的软件包
|
|
|
|
-
- dep: ca-certificates
- 通用 CA 证书
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-aiohttp
- http client/server for asyncio