https://github.com/srowhani/sysc3303-a1
https://github.com/srowhani/sysc3303-a1
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/srowhani/sysc3303-a1
- Owner: srowhani
- Created: 2018-01-23T17:58:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T17:59:00.000Z (over 8 years ago)
- Last Synced: 2025-07-06T21:06:05.553Z (11 months ago)
- Language: Java
- Size: 4.43 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Name: Seena Rowhani
Student #: 100945353
## Files
All runnable files are prefixed with `run` within `src/main/java/`
Make sure to run the server / intermediate first, client won't attempt to resend content.
When running in eclipse you can switch run windows by clicking the dropdown from console view.
These will include
- RunClientInstance
- Instantiates a client that runs test scenarios (11 send/rec attempts)
- RunServerInstance
- Instantiates server
- RunIntermediateHostInstance
- Runs middle man server
Configuration file is located in `config/Properties`
- note: my set up didn't allow me to serve from ports under 1000 w/o sudo
- if the same applies for you under your environment, please do adjust ports in config
The UML / UCM is included as png files in root dir.