Files
allwpilib/TODO.md

24 lines
455 B
Markdown
Raw Normal View History

2015-07-19 22:56:48 -07:00
# ntcore TODO
## Functionality
* Dispatcher: Client handshake (synchronization)
* Dispatcher: Server handshake
* Dispatcher: Main dispatch loop
* Automatic persistent saves
* GetConnections
* Notifiers
* RPC
2015-07-19 23:52:12 -07:00
* Logging callback global
2015-07-19 22:56:48 -07:00
## Unit Test Coverage
* Message class
* SequenceNumber class
* NetworkCommunication class
* Dispatcher class
* C++ API
* C API
* SavePersistent safe file handling (part of C++ API)
* More LoadPersistent warning cases