Cleanup client/server communication #84
Labels
code-quality
Relating to the enforcement of good code writing practices
To Do
Something that needs to be worked on
Milestone
Currently there are too many UDP servers that are running on both the laptop and computer. This can be fixed by replacing the UDP server on both ends with a single TCP server running on the robot.
For example, we could merge the control server on robot +
stderr
andstdout
server on laptop into one TCP server on the robot.The text was updated successfully, but these errors were encountered: