zsmartsystems / com.zsmartsystems.zigbee.sniffer

ZigBee sniffer using Ember NCP and routing packets to Wireshark for display
Eclipse Public License 1.0
33 stars 18 forks source link

Restart NCP if no frames are received for specified timeout period #11

Closed cdjackson closed 5 years ago

cdjackson commented 5 years ago

This adds a timeout to the sniffer - if the timeout expires without receiving a packet from the NCP, then the NCP is restarted. This should allow the sniffer to cope with serial port issues, timeouts etc. Signed-off-by: Chris Jackson chris@cd-jackson.com