====== RPL Simulator ======
http://code.google.com/p/rpl-simulator/
{{:contiki:rpl:rpl-simulator.png?800|}}
===== Installation unter Instant Contiki =====
* Download via SVN mit dem Befehl ''svn checkout http://rpl-simulator.googlecode.com/svn/trunk/ rpl-simulator-read-only''
* Anpassung der Locales mit den Befehlen
export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
locale-gen en_US.UTF-8
dpkg-reconfigure locales
* Installation von RSVG mit dem Befehl ''sudo apt-get install librsvg2-bin''
* Anpassung des Makefiles im ''rpl-simulator'' Unterordner ''/resources/Makefile''.
Zeile 3 muss von
RSVG = rsvg -f png
zu
RSVG = rsvg-convert -f png
geƤndert werden.
Zeile 17 von
$(RSVG) -w $$w -h $$h $^ $@
zu
$(RSVG) -w $$w -h $$h $^ -o $@
* AnschlieĆend im ''rpl-simulator'' Ordner die Kompilierung mit ''make'' starten.
* Nach Beendigung in den Unterordner ''/src/'' wechseln und den Simulator mit ''./rpl-simulator'' starten.