contiki - Error Cooja software Simulation -
after enabling tunslip6
package in contiki
, got error when gave command.
sudo ./tunslip6 -a 127.0.0.1 aaaa::1/64
error
sudo:./tunslip6 command not found
please give me solution rid of this. in advance
the error because don't have executable in /contiki/tools
.
perform following steps:
in terminal, change working directory /contiki/tools
, compile:
cc tunslip6.c -o tunslip6
if ./tunslip6
see follows:
tunslip6: usage: ./tunslip6 [-b baudrate] [-h] [-l] [-s siodev] [-t tundev] [-t] [-v verbosity] [-d delay] [-a serveraddress] [-p serverport] ipaddress: success
now command shall work expected.
Comments
Post a Comment