We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
首先感谢OpenMiHome的协议文档!为我们打开了一扇非常有趣的大门。
但是非常遗憾,文档里存在一些信息描述错误、以及有些重要的信息没有提及。
踩过几个坑之后,简单总结一下,学习着开了一个repo,试着补充说明一些关于协议的重要的内容,供大家参考。
miio by C#
The text was updated successfully, but these errors were encountered:
另外,pcap-decrypt.py存在瑕疵,在我的环境下运行报错。原因是把小米手机上的米家客户端发出的21310020fffffffffffff判断错误,把fffff当成token并试图解密。
解决方法:在第99行插入 if token == b"\xff" * 16: continue
Sorry, something went wrong.
No branches or pull requests
首先感谢OpenMiHome的协议文档!为我们打开了一扇非常有趣的大门。
但是非常遗憾,文档里存在一些信息描述错误、以及有些重要的信息没有提及。
踩过几个坑之后,简单总结一下,学习着开了一个repo,试着补充说明一些关于协议的重要的内容,供大家参考。
miio by C#
The text was updated successfully, but these errors were encountered: