bearing / dosenet-raspberrypi

Raspberry Pi specific software for dosimeters.
MIT License
7 stars 21 forks source link

DataHandler to test TCP connection during init #60

Closed bplimley closed 7 years ago

bplimley commented 8 years ago

Now that NetworkStatus is removed, the status of the network is not known until TCP is attempted. This doesn't happen until the end of the first interval, which means that the network LED is off until then. (It could be turned on, but it would be a false representation of an unknown network status).

DataHandler should check in by TCP upon initialization, once the server allows this gracefully (e.g. bearing/dosenet #106).