Please sign in to access this page
AI JUST FOR README. A simple peer-to-peer communication tool built with Rust. Direct TCP connections between users without central servers. With end to end encryption and modern and colorful cli interface
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I added AES encryption, using a challenge, also made the project multiple files for easier maintainability and some linux stuff
Completely rewrote the input method so what you are writting is not lost when you receive a message
I have made the basic connection and chat functions, through tcp, one listening thread (server) and one sender thread (client), I still have to add encryption + style