Impossible-Robotics-5412 / linkage

An opensource alternative for controlling and programming FRC robots!
MIT License
2 stars 0 forks source link

Use TcpStream instead of Websockets for sending logs to Cockpit in Common/logging #60

Closed BaukeWestendorp closed 1 year ago

BaukeWestendorp commented 1 year ago

Because Cockpit now has a backend written in rust, we can use a simpler TcpStream to receive the logs. This should improve performance a bit, but mostly removing the ws crate will help with some build times, as it has lots of dependencies.

BaukeWestendorp commented 1 year ago

Doesn't seem relevant for now.