update todo

This commit is contained in:
ktyl 2023-02-15 23:51:15 +00:00
parent f9aef71a94
commit 3c3f315426
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ use rti1w as a base
* [ ] move rendering out of main.cpp * [ ] move rendering out of main.cpp
* [x] server waits for connection * [x] server waits for connection
* [x] client establishes connection * [x] client establishes connection
* [ ] send rendered image data to client
* [ ] form image file on client
* [ ] client sends receiving port to server * [ ] client sends receiving port to server
* [ ] client application sends command to send image * [ ] client application sends command to send image
* [ ] server receives imaging command * [ ] server receives imaging command