Skip to content

Latest commit

 

History

History
executable file
·
18 lines (13 loc) · 398 Bytes

README.md

File metadata and controls

executable file
·
18 lines (13 loc) · 398 Bytes

RainbowChat

RainbowChat is is a P2P multi person online chat room based on UDP punching. It is also a fork of pannzh's P2P over middleboxes demo.

Build and Run

To build the Client/Server, run:

$ make

To run the Client/Server, run:

$ ./client <server-id>:<server-port>
$ ./server <port>