# Overview Create the simulated subsystem for the ADCS. # Tasks - [x] Finish building the unit testing framework for ADCS testing - [x] Make an echo server for debugging - [ ] Upgrade the echo server so that it can take user input for sending custom packets - [ ] Finish the mock connection interface - [ ] Design the placeholder packet format - [ ] Implement serialization (converting packet object to byte stream) - [ ] Design the application logic - [ ] Implement the device states - [ ] Implement the flow control for response to a command.
Overview
Create the simulated subsystem for the ADCS.
Tasks