sjstein / tpMonitor

Python monitor script to connect to tpServer
0 stars 0 forks source link

Message passing added #25

Closed sjstein closed 4 years ago

sjstein commented 4 years ago

This addresses issue #6

sjstein commented 4 years ago

This update allows the client to send messages to the server to specify actions. Currently implemented are the read all request to send all sensor data back as a list, and disconnect - to terminate the client-server connection.