Skip to content

A peer-2-peer chat client, that works through TCP holepunching.

Notifications You must be signed in to change notification settings

trbKnl/p2p-chatclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P2P chat application

This repo contains a python client.py script that connects to a custom rendezvous server hosted at rendezvous.niekdeschipper.com.

Installation

Install the dependencies in requirements.txt.

# use a virtual env install:
python3 -m venv ./env
source env/bin/activate
pip3 install -r requirements.txt

Usage

python3 ./client.py. Enter a string if, someone else connects and puts in the same string, you will be connected through a TCP socket and dumped in a small chat program.

About

A peer-2-peer chat client, that works through TCP holepunching.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published