SJSURoboticsTeam / urc-control-system-2023

Apache License 2.0
5 stars 0 forks source link

Splitting esp8266_mission_control into HTTP and TCP managers #121

Open andrew-bork opened 6 months ago

andrew-bork commented 6 months ago

The current esp8266_mission_control handles both HTTP processing and TCP connection management. It may help to move these into seperate classes. That way we are not tied to the esp8266 for the TCP connection and we could also implement other communication protocols over the same TCP connection class.

andrew-bork commented 6 months ago

split-mission-control splits the mission control for drive