Skip to content
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

How to handle multiple sessions? #430

Open
Trellian opened this issue Oct 9, 2023 · 0 comments
Open

How to handle multiple sessions? #430

Trellian opened this issue Oct 9, 2023 · 0 comments

Comments

@Trellian
Copy link

Trellian commented Oct 9, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant