mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
24 lines
455 B
Markdown
24 lines
455 B
Markdown
# ntcore TODO
|
|
|
|
## Functionality
|
|
|
|
* Dispatcher: Client handshake (synchronization)
|
|
* Dispatcher: Server handshake
|
|
* Dispatcher: Main dispatch loop
|
|
* Automatic persistent saves
|
|
* GetConnections
|
|
* Notifiers
|
|
* RPC
|
|
* Logging callback global
|
|
|
|
## 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
|