Skip to content

Project developed during Distributed Systems subject. Consists in a distributed whiteboard, with an admin who is the main server and peers can join and draw in real-time.

Notifications You must be signed in to change notification settings

sbobadilla8/whiteboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Group 18 whiteboard

Members:

  • Suhrid Gupta
  • Sebastian Bobadilla

Instructions for compiling and running

Compiling

From the root of the project directory run:

mvn clean compile package

Running

For the admin:

Inside the directory that contains the file 'admin-jar-with-dependencies.jar' run:

java -jar admin-jar-with-dependencies.jar <username> <port>

For the clients:

Inside the directory that contains the file 'client-jar-with-dependencies.jar' run:

java -jar client-jar-with-dependencies.jar <username> <server-IP> <server-port>

About

Project developed during Distributed Systems subject. Consists in a distributed whiteboard, with an admin who is the main server and peers can join and draw in real-time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages