robotdotnet / NetworkTables

FRC NetworkTables for .NET. This is all old code and should not be used anymore.
3 stars 5 forks source link

Rewrite low level networking code #69

Open ThadHouse opened 7 years ago

ThadHouse commented 7 years ago

There is a lot of issues with it. Starting from being way too C++ based, hard to unit test and hard to maintain. In addition, it uses too many custom classes that make certain things very hard to use, test and add.