Hey y'all I know I haven't made a post in a while. I've been busy with school. Did I mention that I went back to school?
Anyway, I'm still working on little projects here and there. Lately I've been working the Redacted Software Sockets library. I've written a TCP server demo that speaks my own protocol called "MProto". The message system is inspired by Plan 9's 9p protocol.
Right now there's only 4 total messages: THandShake, RHandShake, TPingPong, and RPingPong. I've written a simple client in Julia to communicate with the server and demo the protocol.
#CPP #Julia #SoftwareDevelopment #NetworkProgramming