team401 / Copper-Console

Enhanced field vision for drivers
MIT License
0 stars 0 forks source link

Use network tables V4 #7

Closed aidnem closed 8 months ago

aidnem commented 8 months ago

Library for network tables that was previously being used was for network tables V2, resulting in some interesting incompatibility issues and just general poor support , as we now use network tables V4.

Potential options:

aidnem commented 8 months ago

This is being worked on in the in the use-advantage-scope-data branch, as it is the (slightly poorly named) feature branch for updating our network tables client to work correctly with the new specification.

aidnem commented 8 months ago

Documentation for NT4 found here. I will implement a basic vanilla websocket client in the app and then use logging in combination with the docs above to figure out the spec and properly read from network tables.