Releases: Wolkenfarmer/Coding-Environment
Releases · Wolkenfarmer/Coding-Environment
v0.1-alpha: seminar paper
Welcome to the Coding Environment!
This program is designed to compare differend codings in a simmulated communication experiment. Currently only channel codings are included.
Contents
- "CodingEnvironment_v0.1.zip": .exe file (for Windows) + jre -> Java doesn't have to be pre-installed!
- "doc": Javadoc code documentation website (not necessary for running the program) (double click "index.html" after extracting to open the website)
Navigation
- Homepage (also start-up page)
- Settings: Show the setup of the communication experiment (inspired by the Shannon Weaver Model of Communication). By clicking on an element you get to another page to set the experiment element which should be used in this place.
- Result: The results of the last communication experiment will be displayed here.
- Controls -> Run: Button to run the communication experiment with the current setup. The same setup will be run and evaluated 1000 times and then the average gets displayed in the result table.
- Settings pages: the sub-pages of the setup model on the home page.
- Overview: Shows the location of the to be set experiment element.
- Options: Displayes the different already added options for e.g. the en/-decoder. By clicking an option its GUI will be loaded and shown in the information segment.
- Information: Gives information about the currently selected option. Often further settings specific for this experiemnt element can be set here like the Input in case of the information souce "User input". To set an option as the to be used experiment element for the next run of the program, "save & add" has to be pressed, which will update the color to green of the selected option in Options.
Controls
- Esc -> Closes the program or returns to the home page.
- scroll -> Moves the content up and down, if it exceeds the screen's size.
- click -> Buttons and stuff.. self-explanatory.
Further information
Further information can be extracted from the Javadoc-comments - the whole code is documented.
Therefore, a code-documentation website can be generated (also included in the releases).
Please note that this is a pre-release of a program by a pupil, so do not be too expectant.
In addition, the provided version number in the environment itself is wrong. This is version 0.1 of the program.