Please sign in to access this page

Prusce

Prusce Used AI

4 devlogs
18h 10m
•  Ship certified
Created by ThePangel

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

Timeline

Ship 1

1 payout of shell 121.0 shells

ThePangel

22 days ago

ThePangel Covers 4 devlogs and 18h 10m

I added AES encryption, using a challenge, also made the project multiple files for easier maintainability and some linux stuff

Update attachment

Completely rewrote the input method so what you are writting is not lost when you receive a message

Update attachment

Added color to the terminal output to help differentiate

Update attachment

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

Update attachment