/coap_server

提供嵌入式coap服务

Primary LanguagePython

CoAP服务

快速启动

1.1 安装所需要的依赖

pip3 install -r requirements.txt

1.2 开启服务

python main.py

参考:

CoAP Git仓库