Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmercouris/distributed_algorithms
Java implementations of distributed algorithm patterns
https://github.com/jmercouris/distributed_algorithms
Last synced: about 1 month ago
JSON representation
Java implementations of distributed algorithm patterns
- Host: GitHub
- URL: https://github.com/jmercouris/distributed_algorithms
- Owner: jmercouris
- Created: 2015-10-21T13:12:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-27T14:58:26.000Z (almost 9 years ago)
- Last Synced: 2024-10-12T06:10:46.722Z (2 months ago)
- Language: Java
- Homepage:
- Size: 342 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Distributed Algorithms
* Assignment responses including .tex and .pdf file are located in assignment0X/Document
* Please set your teachnet.path prior to attempting to use any of the shell scripts (e.g. runEcho.sh).## How to prepare your submission:
a) Implement the given exercises
b) Make sure your java-files are compilable
c) Make sure you have the correct configurations
d) Make sure your run scripts are working
e) Properly structure your submission:
## Template Layout
+ teachnet.path
+ flooding
+ run.sh
+ myconfig.txt
+ Flooding.java
+ *.java
+ echo
+ run.sh
+ myconfig.txt
+ Echo.java
+ *.javaf) Keep naming conventions in mind:
Either use "run.sh" or "runXXX.sh"g) Keep it simple!
You can use packages, but usually it is not
necessary. However, if your run scripts
are not working I consider your submission
as not working!## What should be part of the submission
a) the run script (run.sh)
b) the configuration file (myconfig.txt)
c) the teachnet path file (teachnet.path)
d) your source code files (*.java)## What should not be part of the submission
a) the entire teachnet (teachnet.jar)