1.2.0 • Published 9 years ago

telephone v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

telephone

Like that Lada Gaga song except it is p2p chat over udp. I mainly implemented this to showcase udp hole punching

npm install -g telephone

build status

Usage

On two machines connected to the internet using a somewhat sane router configuration run

telephone --hole-puncher dev.mathiasbuus:23232 --channel my-channel

The above example uses the hole puncher running on my test digital ocean machine. This machine is only used for the initial handshake. All other traffic is running completely p2p.

To run your own hole puncher run

telephone-hole-puncher

For more options run

telephone --help
telephone-hole-puncher --help

License

MIT