You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to send data to ThingSpeak, and also ping a local device in the same loop (and periodically get time via NTP)
ThingSpeak obviously needs a TCP Session, but pinging the local device is only an ICMP request and reply
How best to manage the three different IP addresses? Can i just do a parseIp(ether.hisip, ONE_OF_THREE_IPs) call each time, or is other setup required?
Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to send data to ThingSpeak, and also ping a local device in the same loop (and periodically get time via NTP)
ThingSpeak obviously needs a TCP Session, but pinging the local device is only an ICMP request and reply
How best to manage the three different IP addresses? Can i just do a
parseIp(ether.hisip, ONE_OF_THREE_IPs)
call each time, or is other setup required?Thank you!
The text was updated successfully, but these errors were encountered: