I implemented a 6LowPAN network simulation using Cooja
and Contiki
, now i want to send some commands for actuators (motes) after processing data from outside of network.
These commands will be send to motes after processing the data received from border router.
How can i access specific mote in my simulated network from outside and send to it some packet?
You need to:
Contiki-NG provides the tunslip6
application for this purpose. There is also a connect-router-cooja
make target that basically starts the tunslip6
with default parameters.
Read the Wiki page for more information: https://github.com/contiki-ng/contiki-ng/wiki/Cooja:-simulating-a-border-router