Install Go (Golang)
- Run Server (From Terminal/Command Prompt)
go run Server.go
- Run Client (From Terminal/Command Prompt)
go run Client.go
- Once both programs have connected, text can be sent to the Server from the Client and back.
Run the System Manager to Demo the Code
- Ensure dependant executables have been built for your platform
go build ServerRouter.go
go build P2P.go
- Run the system manager
go run SystemManager.go