Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 257 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 257 Bytes

Compiling protobufs: mvn protobuf:compile protobuf:compile-custom

Compiling Java code: mvn package

Running server: ./target/globesort/bin/runServer <server_port>

Running client: ./target/globesort/bin/runClient <server_ip> <server_port> <values>