Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whg517/demo_iot_connect
how embedded device to connect server is best?
https://github.com/whg517/demo_iot_connect
Last synced: 16 days ago
JSON representation
how embedded device to connect server is best?
- Host: GitHub
- URL: https://github.com/whg517/demo_iot_connect
- Owner: whg517
- Created: 2020-07-03T05:45:45.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2021-05-13T21:07:17.000Z (over 3 years ago)
- Last Synced: 2024-04-16T03:52:23.317Z (9 months ago)
- Language: Python
- Size: 52.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# demo iot connect
本项目基于 Python 3 开发,推荐安装 Python 3.7
本项目是为了收发终端数据而开发的基于 [ASGI](https://asgi.readthedocs.io/en/latest/) 规范而实现的 Server。仅用于测试。
## Usage:
1. git clone
```
git clone https://github.com/whg517/demo_iot_connect.git
```2. 初始化环境
项目使用 [pipenv](https://pipenv-fork.readthedocs.io/en/latest/) 做环境管理,请先安装最版本的 pipenv
```
cd demo_iot_connect
pip install -U pipenv
pipenv install -d
```3. 运行项目
```
python demo_iot_connect/cmdline.py
```使用 `python demo_iot_connect/cmdline.py --help` 查看帮助命令
如果需要直接使用命令,可以先将项目安装到环境即可直接使用 `server --help`