Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ESJiang committed Apr 3, 2024
0 parents commit 6ef1a79
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
src/
image/
*.json
*.pdf
bin
.DS_Store
7 changes: 7 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Copyright 2023 Fangwei Jiang

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# WhiteBoard_RMI
`Final score: 22.5/25`

> The purpose of this project is to design a shared whiteboard to enable multiple users to access concurrently. The whiteboard application is accomplished through RMI to achieve multi-thread. That is, the whiteboard service is registered by a host and a client can connect to the service via a remote object without building a connection to other clients. The functionalities of the whiteboard application contain drawing, text insertion, and message exchange. The host/manager can execute save, load, and clear method to manip ulate the draw panel. The host can also decide who can join the whiteboard and kick out users.
https://github.com/ESJiang/WhiteBoard_RMI/assets/43910771/f6868efc-e619-4d38-a93a-773eb38ace16

## Tools: Java - RMI
<img width="600" alt="Server-Client architecture" src="https://github.com/ESJiang/WhiteBoard_RMI/assets/43910771/9cbeade2-1804-4040-8800-2d517a3c2c1f">

## Demonstration
<img width="300" height="300" alt="login window" src="https://github.com/ESJiang/WhiteBoard_RMI/assets/43910771/11a5c11f-9a8d-4b27-a509-78bd78971d5c">
<img width="300" height="300" alt="shared whiteboard" src="https://github.com/ESJiang/WhiteBoard_RMI/assets/43910771/eaac8ab7-71ab-4086-9455-9a7259d8ca7b">

0 comments on commit 6ef1a79

Please sign in to comment.