robotpy / pynetworktables

Pure python implementation of the FRC NetworkTables protocol
Other
60 stars 30 forks source link

Implement 2017 driver station client connection support #35

Closed virtuald closed 6 years ago

virtuald commented 7 years ago

As implemented in https://github.com/wpilibsuite/ntcore/commit/77edf1e103aff250d9e83d447b357064c8b2c988

auscompgeek commented 6 years ago

If anyone wants to have a crack at this, I have a WIP at https://github.com/auscompgeek/pynetworktables/tree/dsclient.

virtuald commented 6 years ago

Whoever does it should replace/remove dashboard.py, as it's obsolete.

auscompgeek commented 6 years ago

Figured I'd have another crack at this.