Skip to content

A whiteboard that can be used simultaneously by multiple users.

Notifications You must be signed in to change notification settings

perriDplatypus/Distributed_WhiteBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed Whiteboard

A whiteboard implemented in Java. The whiteboard has a server (the person who creates the whiteboard) and a number of clients that have usernames and passwords to use the whiteboard.

To create the whiteboard, the client uses the following commands in a terminal:

java CreateWhiteBoard -a [IP address] -p [port number] -n [username]

To join a session, a client enters the following commands in the terminal:

java JoinWhiteBoard -a [IP address] -p [port number] -n [username]

About

A whiteboard that can be used simultaneously by multiple users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages