Jianfeng Xia(jxia11), Cheng Hu(chenghu3)
Go 1.11.5
For details of algorithms & system design and performance evalution, please refer:
docs/CS425_MP3_Report.pdf
- Configurations:
- Servers:
- A running at VM01, port 9000
- B running at VM01, port 9001
- C running at VM01, port 9002
- D running at VM01, port 9003
- E running at VM01, port 9004
- Coordinator: Coordinator running at VM02, port 9000
- Servers:
- Install graph library:
go get github.com/twmb/algoimpl/go/graph
- To build:
go build mp3.go
- To run:
- Run server:
./mp3 server name port
- Run client:
./mp3 client name
- Run coordinator:
./mp3 coordinator port
- Run server: