Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork218
Ping command#1014
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Ping command#1014
Uh oh!
There was an error while loading.Please reload this page.
Conversation
pennam commentedFeb 4, 2025
Force pushed to fix conflicts and rebase on
Added patch with ICMPSocket ping. We need to move ping implementation inside libmbed to avoid adding lwIP include paths to the build. lwIP paths were intentionally removed to avoid clashes in non case sensitive systems. Adapt SocketHelpers ping to use ICMPSocket ping |
pennam commentedFeb 5, 2025
|
d00befa intoarduino:mainUh oh!
There was an error while loading.Please reload this page.
megacct commentedMar 13, 2025
Hi, could timeout be added to the public interfaces as I'd like to override the default 5000 |
pennam commentedMar 13, 2025
@megacct we can try to add it in the next release. You can provide a PR if you wish. |
megacct commentedMar 13, 2025
Thanks@pennam . Not familar with the process but will investigate |
This PR adds the
Pingcommand to SocketHelpers making it available from all the IP network interfaces (WiFi, Ethernet, CatM1...).The method signature is: