文件名称:coapfiletransfer:Python CoAP文件传输
文件大小:239KB
文件格式:ZIP
更新时间:2024-05-09 09:19:33
Python
CoAP文件传输 图书馆 在使用此示例之前,您需要首先安装aiocoap 。 $ pip install aiocoap 服务器 在您的服务器上克隆此存储库 $ git clone https://github.com/SuryaAssistant/coapfiletransfer 运行server.py 客户 在您的客户端上克隆此存储库 $ git clone https://github.com/SuryaAssistant/coapfiletransfer 打开client_put_image.py并使用您的服务器IP地址更改ip_server 。 保存并运行client_put_image.py
【文件预览】:
coapfiletransfer-main
----LICENSE(34KB)
----src()
--------server.py(5KB)
--------image()
--------client_get.py(564B)
--------client_put_image.py(2KB)
--------sample_image()
--------image64.py(2KB)
----README.md(559B)