|
Chops Net IP
|

Files | |
| dsr_args.hpp | |
| Parse command line arguments for the data sender / receiver (DSR), both TCP and UDP (UDP to be implemented later). | |
| dsr_args_test.cpp | |
| Unit tests for dsr_args.hpp. | |
| monitor.cpp | |
| Test application that receives progress messages from data sender / receiver (DSR) processes, both TCP and UDP versions. | |
| monitor_connector.hpp | |
| Monitor message serializing, deserializing, sending, and shutdown msg handling. | |
| monitor_connector_test.cpp | |
| Unit tests for monitor_connector.hpp. | |
| monitor_msg.hpp | |
| Data structures sent between nodes in test data blaster. | |
| monitor_msg_test.cpp | |
| Unit tests for selected parts of monitor_msg.hpp. | |
| tcp_dsr.cpp | |
| Test application that sends and receives data as well as sends progress messages to a monitor application. | |