5 Star 3 Fork 4

Rddapi/micropython-dht11-iot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
localpy.py 216 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rddapi 提交于 2018-02-21 23:26 . add src file
import socket
import struct
addr=("",5683)
udpServer = socket.socket(socket.AF_INET,socket.SOCK_DGRAM)
udpServer.bind(addr)
while True:
data,addr=udpServer.recvfrom(1024)
print()
udpServer.close()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/rddapi/micropython-dht11-iot.git
git@gitee.com:rddapi/micropython-dht11-iot.git
rddapi
micropython-dht11-iot
micropython-dht11-iot
master

搜索帮助

A270a887 8829481 3d7a4017 8829481