This is a simple implementation of pure Peer-to-Peer communication.
- Command line based
- Language: Python3
- Packages used: Sockets, Threads
- Tested on Windows and Linux
- One to one communication only
- Add GUI
- Add Group chat
- Add Audio and video chat
- Run the code
python peer.py
in a terminal - Enter peer (remote machine) IP address
- Done!, You are now connected with the peer
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.