No description
Find a file
2024-12-06 16:44:31 +02:00
client some readme-s 2024-12-01 19:40:22 +02:00
lib some readme-s 2024-12-01 19:40:22 +02:00
server some readme-s 2024-12-01 19:40:22 +02:00
.gitignore gitignore 2024-12-01 17:09:25 +02:00
online_security_project.sln basic structure 2024-12-01 17:09:56 +02:00
protocol.md protocol updates 2024-12-06 16:44:31 +02:00
README.md some readme-s 2024-12-01 19:40:22 +02:00

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