Universidad de Valencia SimuRed
Multicomputer Network Simulator
Universidad de Valencia
Castellano English  

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.

MS Windows Visual Version (2.2)

Command line version (Linux/DOS/Windows) and sources (2.2)

  • This is a version with no interactive or visual interface but with same functionality and power, since it is based on the same core simulator source code. The only change is the front-end that is pure text in this case. The sources can be compiled with the GNU C++ and they are prepared to be compiled under Linux or DOS (djgpp). The program probably compiles in any other platform and compiler but it has not be tested.
  • This version works in English and Spanish, but default is English. You can change the LANG internal simulator parameter to 1 to enable English language, or to 0 to see Spanish language.
  • Download the simured_cmd binary (Linux) or simured_cmd.exe (Windows). Eventually is interesting to download the simured.conf file.

Linux Visual Version (2.1)

  • This version is not updated anymore, so it is possible that some things become different.
  • It is probably enough to download the simured  program and this is ALMOST everything. The problem is that this program makes use of the library Qt of Trolltech (http://www.trolltech.com), thus it is necessary that these libraries are installed. In fact, it is possible that even with the Qt installed it does not work, since Borland uses its own adaptation of Qt that is libborqt-6.9.0-qt2.3.so that may be it is not of free distribution (for sure it is not for commercial use). After fixil these libraries it is still possible that it does not work yet; in this case other shared libraries that does not come in some Linux distributions are required. In order to know what libraries it uses, it is possible to make ldd simured so we can find out what library lacks. Any suggestion for the installation under Linux will be welcome.

Java version (2.0)

  • The programming evironment has been Netbeans with Java J2SE5.0. It can be freely downloaded from Sun (http://java.sun.com).
  • Application: the jsimured application can be executed in any platform with Java installed. Download the file jsimured.jar and execute it with  java -jar jsimured.jar
  • Applet: this version is identical as the application but it has been tailored to be executed from a web page (some functionality is lost). Download the file jsimured_applet.jar and create an html page which calls it (as in jsimured).

Source Code

  • This project has been included in SourceForge.net Logo.
  • Complete source code for all versions can be found at the sourceforge server (simured_2_2.zip).
  • Unzip the file so the complete directory tree is generated. Some versions share some files, common files among versions are found in "Common" directories.
  • Please read the README.txt.
  • Program binaries are also included in the source code.

Fernando Pardo