esp8266-ping
esp8266-ping copied to clipboard
Arduino library handling ping messages for the esp8266 platform
Is it possible someone could port this over to utilize the ESP32? Exactly with the same features this one has. With callbacks and specifying the timeout value?? Wishful thinking, Thank...
Hello, This issue is not related to the code itself but to the documentation. Would it be possible to add comments doxygen compatible to ease the generation of documentation? Of...
In the example sketch, the "Error during ping command." message is never seen, as pinger.Ping() always == true, even if the website/IP address is unreachable. ```cpp // Ping technologytourist.com Serial.printf("\n\nPinging...
If the last ping received times out, the AvgResponseTime variable does not get properly calculated. It remains as the sum of all the previous response times and is never divided...
I need to ping several hosts in parallel from an event callback function. I cannot figure out how to do this. I created an array: `Pinger pinger[5]; // as global,...
Hi I was searching so long for library like this, and maybe I find it. There is any way, you can help me to able to scan my local network...
.piolibdeps/ESP8266-ping/src/Pinger.cpp: In member function 'bool Pinger::Ping(IPAddress, u32_t, u32_t)': .piolibdeps/ESP8266-ping/src/Pinger.cpp:108:19: error: invalid conversion from 'u8_t (*)(void*, raw_pcb*, pbuf*, const ip_addr_t*) {aka unsigned char (*)(void*, raw_pcb*, pbuf*, const ip_addr*)}' to 'raw_recv_fn {aka...
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...