FAQ
1. Can I uses MOVE on Cygwin?
Due to cygwin cannot supports extension library for xerces, fox, etc, thence if you want install SUMO in windows platform; you can install sumo for windows version and then use MOVE 2.5 version (or higher) set environment to implement.
2. How can I solve "sumo-duarouter: error while loading shared libraries: libxerces-c.so.27: cannot open shared object file: No file or directory"?
You can try under command to fix the link.
# cd /usr/lib
# ln -s /usr/local/lib/libxerces-c.so.27.0 libxerces-c.so.27
3. How can I build two-way road?
If you want to build two-way road, you should set two directions. You need setting two flows in here, for example,
In node file
<nodes>
<node id="1" x="100" y="300" type="priority"/>
<node id="2" x="300" y="300" type="priority"/>
<node id="3" x="300" y="500" type="priority"/>
</nodes>
In edge file
<edges>
<edge id="e2-west" fromnode="1" tonode="3" priority="75" nolanes="2" speed="40"/>
<edge id="e2-east" fromnode="3" tonode="1" priority="75" nolanes="2" speed="40" />
</edges>
4. Can I direct run ns-2 in window platform?
If you only use window platform for MOVE, please use Cygwin. Then you need installation and execution ns-2 in Cygwin.
Cygwin is a Linux-like environment for Windows. It consists of two parts: A DLL (cygwin1.dll) which acts as a Linux API emulation layer providing substantial Linux API functionality. A collection of tools which provide Linux look and feel.
5. Why can't I generate the TCL file?
Please carefully choose software version. We only implemented and tested the specific version in MOVE.
6. How to compiler MOVE?
Please use command the following:
# javac *.java
Please make sure you already install JAVA SDK