RPL Simulator

http://code.google.com/p/rpl-simulator/

Installation unter Instant Contiki

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

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 $@