Skip to content

jasonbdly/DistComputing_Project1

Repository files navigation

Golang Distributed Communication

Install Go (Golang)

  1. Run Server (From Terminal/Command Prompt)

go run Server.go

  1. Run Client (From Terminal/Command Prompt)

go run Client.go

  1. 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

  1. Ensure dependant executables have been built for your platform

go build ServerRouter.go

go build P2P.go

  1. Run the system manager

go run SystemManager.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages