Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 328 Bytes

File metadata and controls

11 lines (8 loc) · 328 Bytes

P2PChat

A simple P2P chat written in Golang with a simple qml graphical interface.

2 command line arguments must be passed in when running the program: -IP of the machine to connect to -Username

If the user is the first one in the chat type 127.0.0.1 for the IP address. example: go run P2pChat.go 127.0.0.1 Nicola