- http://www.yeelink.net/ [非官方设备,必须公开设备]
- http://www.wsncloud.com/ [设备可以设置私有,跟人感觉不够成熟-仅供参考]
- http://iot.espressif.cn
- http://www.lewei50.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| # usage python unwxapkg.py filename | |
| import sys,os | |
| import struct | |
| class WxapkgFile: | |
| nameLen = 0 | |
| name = "" |