Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 483 Bytes

File metadata and controls

15 lines (8 loc) · 483 Bytes

Project 1: DFS With Probabilistic Routing

See the project spec here: https://www.cs.usfca.edu/~mmalensek/cs677/assignments/project-1.html

Controller:

$ java -jar controller.jar -config config.json -Dlog4j.configuration=file:log4j2.properties

Storage:

$ java -jar storage.jar -config config.json -port 7775 -Dlog4j.configuration=file:log4j2.properties

Client:

$ java -jar client.jar -config config.json -Dlog4j.configuration=file:log4j2.properties