CCGSRobotics / RoboHUD

The RoboHUD GUI stack developed by CCGS Robotics
https://robohud.readthedocs.io
MIT License
10 stars 4 forks source link

Client/server sync #77

Open Finchiedev opened 4 years ago

Finchiedev commented 4 years ago

When connecting to the Pi, a TCP handshake should occur that gives the client basic information about the robot such as:

This would ensure compatibility between the two systems, and help the user determine if everything is working correctly. Additionally, it may come in handy if multiple robots are connected to the same network.