Team2168 / 2014_Main_Robot

Code for the 2014 FRC season.
Other
2 stars 1 forks source link

The UDP and TCP SocketSender classes some TLC #11

Open jcorcoran opened 10 years ago

jcorcoran commented 10 years ago

The UDP and TCP SocketSender classes should be cleaned up. They have unused variables, hard coded ports/addresses, and implementation specific comments/code.

These should be as vanilla as possible.