Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup client/server communication #84

Open
Finchiedev opened this issue Feb 10, 2020 · 0 comments
Open

Cleanup client/server communication #84

Finchiedev opened this issue Feb 10, 2020 · 0 comments
Assignees
Labels
code-quality Relating to the enforcement of good code writing practices To Do Something that needs to be worked on
Milestone

Comments

@Finchiedev
Copy link
Member

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 and stdout server on laptop into one TCP server on the robot.

@Finchiedev Finchiedev added To Do Something that needs to be worked on code-quality Relating to the enforcement of good code writing practices labels Feb 10, 2020
@Finchiedev Finchiedev added this to the RoboCup 2020 milestone Feb 10, 2020
@Finchiedev Finchiedev self-assigned this Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-quality Relating to the enforcement of good code writing practices To Do Something that needs to be worked on
Projects
None yet
Development

No branches or pull requests

1 participant