How do you tell if a UDP device goes offline?
travis
Posts: 180
I pulled the network cable out and continued to send strings to the device and no error or anything. Please don't say I have to set up a queue/ack-counter thing.
0
Comments
does it respond to ping? If so, you could jimmy rig a telnet session into your master and ping it. Not pretty, but it would work. Have they ever added a ping command. that'd be cool!.
You can ICMP ping the target to detect it being up only if it responds to ICMP ping. If you can control the destination protocol, you can have it talk back on successful receipt then work from that.