Download, installation, sources and programs
All versions rely in the same core code, so the results should be the same.
The differences among versions are the programming language, the platform and
the user interface. Source code for all versions can be found at the end of this
page.
Note: From versions newer than 3.1, the only supported platform will
be Java (Jsimured).
Binaries
Source code and binaries for Windows can be downloaded from
GitHub
Version 3.4 Jsimured (Java Multiplatform) Interactive and Command
mode
- This is the most stable version.
- It has been developed using Maven NetBeans.
- To install: copy
jsimured.jar anywere and run it typing
java -jar jsimured.jar in a console window for the interactive
version or type java -jar jsimured.jar -c < simured.conf > resultado.csv
for its command mode.
- The jar file has been wrapped in two exe files for Windows:
jsimured.exe y
jsimured_con.exe. They boath performs
exactly the same way, though the "_con" version always opens a console
window where the messages of the simulator are displayed. These messages and
the console are not necessary for the interactive mode of the program, but
it is recommended if using jsimured in its command mode.
Version 3.1 simured (C++ Windows) Interactive