contiki:rpl:rpl-simulator
Dies ist eine alte Version des Dokuments!
RPL Simulator
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 mitmake
starten. - Nach Beendigung in den Unterordner
/src/
wechseln und den Simulator mit./rpl-simulator
starten.
contiki/rpl/rpl-simulator.1349162626.txt.gz · Zuletzt geändert: 2017/01/24 18:49 (Externe Bearbeitung)