A decentralized chat program w/ p2p encryption
git clone [email protected]:zhang13music/shadow_talkie.git
cd shadow_talkie
make router
./router
make talkie
./talkie
NOTE: for successful connection, keep router and clients connected to the same local network and MAKE SURE to modify
ROUTER_HOST
macro underincludes/lib.h
to correctly match router's local IPv4 IP address before make.
- encryption: under construction