-
Notifications
You must be signed in to change notification settings - Fork 13
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
Observed issues with multiple IPs when the u32_t requests > 9 #5
Comments
It is critic the delay between different ping calls. In your case it is possible that the onend callback is called when the next ping sequence is already started. Please send your main .ino file |
Many thanks Bluemurder. Find attached files.
I've tried delay(20000); in the above two files also, observed the same results. Thanks again. |
Hi, I've tried with Serial.begin(9600); also - Same results observed. |
Thanks for the excellent library Blumurder. Do you have any update on the issue raised. Thanks in advance. |
No updates yet. |
Hi bluemurder,
While checking the ping with multiple IP I observed that when u32_t requests > 9, I face issues with Ping summary, seqno, Reply from IP. I have attached the file for your reference.
LOG_PING_requests=9.txt - The results observed were OK as expected.
LOG_PING_requests=10.txt - Observed issues with the printing of Ping summary. (Not available for all the IPs)
LOG_PING_requests=50.txt - Observed issues with the printing of Ping summary and the icmp_sequence no.
LOG_PING_requests=110.txt - Observed issues with the Reply from 192.168.31.1, printing of Ping summary, icmp_sequence no, and the number of pings initiated.
The above conditions were tested by changing the value of requests = XX in the Pinger.h.
LOG_PING_requests = 9.txt
LOG_PING_requests = 10.txt
LOG_PING_requests = 50.txt
LOG_PING_requests = 110.txt
Thanks in advance.
The text was updated successfully, but these errors were encountered: