-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
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
zm1和dc1每几秒访问外网一次 #18
Comments
可以抓下包确认下链接外网的ip地址.确认连接外网是校时还是mqtt的通信,按照代码逻辑,校时失败应该会一秒一次重新校时,如果过校时成功则不会频繁校时. 几秒的通信可能为mqtt的心跳包.
|
刚发现的issue已经上传 #19 |
我没有抓包,只是通过dns查询查到,两者都是不停的请求访问各大时间同步网站,类似ntp.sjtu.edu.cn这些。但是时间就是同步不上,然后就会一直访问,插线板也是一样,两者都是3s一次。 |
同样的问题,但我现在才发现.... |
代码逻辑如此, |
十分感谢!确实不知道为什么这些ntp服务器都访问不了,使用本地的就可以了。但建议无法访问次数达到一定程度就放弃,毕竟有人仅局域网使用 |
首先感谢你开发出这么好用的固件和功能。
其次我最近发现zm1和dc1都会每几秒就会访问一次外网,请问能把这个访问时间间隔拉大和把插座访问外网的行为关闭吗?谢谢。
The text was updated successfully, but these errors were encountered: