12 lines
448 B
Markdown
12 lines
448 B
Markdown
|
# Project - TODO:
|
||
|
|
||
|
[ ] Create a skeleton protocol
|
||
|
[ ] implement most of the skeleton
|
||
|
[ ] Create basic TCP server
|
||
|
[ ] Create basic client that connects to the server
|
||
|
[ ] Send ping message from client to server
|
||
|
[ ] Add more items based on skeleton protocol
|
||
|
[ ] Refine protocol using the implementation (and update stuff that got changed in impl)
|
||
|
[ ] Finish implementing the protocol
|
||
|
[ ] Update the protocol file with the latest structs and stuff
|