Skip to content

notbd/shadow_talkie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shadow_talkie

A decentralized chat program w/ p2p encryption

Router Screenshot:

image

Client Screenshot:

image

Deploy

git clone [email protected]:zhang13music/shadow_talkie.git
cd shadow_talkie

for router:

make router
./router

for client:

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 under includes/lib.h to correctly match router's local IPv4 IP address before make.

  • encryption: under construction

About

A decentralized chat program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published