bearing / dosenet-raspberrypi

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

Send test TCP requests #31

Closed bplimley closed 8 years ago

bplimley commented 8 years ago

Code to send test TCP requests from pi to server.

bplimley commented 8 years ago

Done! See tcp-test branch on dosenet for server and client code.

This shouldn't be merged with master, because the server should be worked into a TCP injector, and the client should be worked in sender.py in my refactored code. It's just a demonstration.