Skip to content

Berkeley algorithm implementation, using Client-Server Architecture (Java RMI), for Distributed Systems class at FURB.

License

Notifications You must be signed in to change notification settings

HMLarsen/Berkeley-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Berkeley-Algorithm

Berkeley algorithm implementation, using Client-Server Architecture (Java RMI), for Distributed Systems class at FURB.

Authors

Eduardo Z. Feller
Hugo Marcel Larsen
Lucas Vanderlinde

Execution

maven clean install

Start the servers on each of the three machines with their local time.

java --enable-preview -cp target/t3-berkeley-1.0.0.jar server.machine.Machine1
java --enable-preview -cp target/t3-berkeley-1.0.0.jar server.machine.Machine2
java --enable-preview -cp target/t3-berkeley-1.0.0.jar server.machine.Machine3

Run the main class of the algorithm and check the change in the local time of the three machines.

java --enable-preview -jar target/t3-berkeley-1.0.0.jar

About

Berkeley algorithm implementation, using Client-Server Architecture (Java RMI), for Distributed Systems class at FURB.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages