-
Notifications
You must be signed in to change notification settings - Fork 0
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
check_network #5
Comments
This cheking the internet connection status in 3 steps, performing a light fault detection too. The reason is the fact the EtherCard module doesn't care about the existing connection, and when a network call has launched and connection is missing it stacks at some point and after a long time comes back to the program cycle. Sometimes one cycle has been 30 secs. |
For Esp we have a different situation : |
That will be ok. And how Ethernet works? this will be similar to SG21: controller, router, service host. That looks the same. |
Ethernet will be the last to develop |
Check_network has been modified from original 2.1.7 code . Since ESP32 do not have a ping function like Arduinos and ESP8266 the code need to be rewritten.
Could you tell me the reason for your changes and essential features you have added to this routine?
If necessary a logic diagram will be usefull.
The text was updated successfully, but these errors were encountered: