sudo ../../tools/tunslip6 aaaa::1/64
tunslip6: can't open siodev: No such file or directory
make: *** [connect-router] Error 1
How I can solve these problems? Please I need help!! :'(
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Contiki-developers mailing list
Contiki-d...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/contiki-developers
Thanks for any help that you can provide me!!!
------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1
Thanks for responding to my questions.
I check the simulation and the Border Router is listenning on port 60001 and the
other node with the TCP server is listening in 60002 port.
I change the command for tunslip6 to:
tunslip6 -a 127.0.0.1 -p 60001 aaaa::1/64
in the Makefile.
But I am still getting the same error.
I run the rest-server-example looking for a solution and the terminal prints out
this:
user@instant-contiki:~/contiki-2.x/examples/rest-example$ make TARGET=cooja
rest-server-example.csc
java -mx512m -jar ../../tools/cooja/dist/cooja.jar
-quickstart='rest-server-example.csc' -contiki='../..'
INFO [main] (GUI.java:1156) - > Starting COOJA
INFO [main] (GUI.java:2649) - External tools default settings:
/external_tools_linux.config
INFO [main] (GUI.java:2679) - External tools user settings:
/home/user/.cooja.user.properties
INFO [main] (Simulation.java:409) - Simulation random seed: 123456
INFO [main] (CompileContiki.java:124) - > make border-router.sky TARGET=sky
INFO [main] (CompileContiki.java:124) - > make rest-server-example.sky TARGET=sky
INFO [main] (MspMote.java:253) - Loading firmware from:
/home/user/contiki-2.x/examples/ipv6/rpl-border-router/border-router.sky
INFO [main] (MspMote.java:253) - Loading firmware from:
/home/user/contiki-2.x/examples/rest-example/rest-server-example.sky
INFO [main] (MspMote.java:253) - Loading firmware from:
/home/user/contiki-2.x/examples/rest-example/rest-server-example.sky
INFO [main] (SerialSocketServer.java:120) - Listening on port: 60001
But in my application when I run the simulation I am not getting the INFO [main]
(SerialSocketServer.java:120) - Listening on port: 60001 (see below). Why this
can happen? Why the serial socket server in my simulation is not working?.
-----------------------------------------------------------------------------
user@instant-contiki:~/contiki-2.x/examples/patty$ make TARGET=cooja servidor.csc
java -mx512m -jar ../../tools/cooja/dist/cooja.jar -quickstart='servidor.csc'
-contiki='../..'
INFO [main] (GUI.java:1156) - > Starting COOJA
INFO [main] (GUI.java:2649) - External tools default settings:
/external_tools_linux.config
INFO [main] (GUI.java:2679) - External tools user settings:
/home/user/.cooja.user.properties
INFO [main] (Simulation.java:409) - Simulation random seed: 123456
INFO [main] (CompileContiki.java:124) - > make border-router.sky TARGET=sky
INFO [main] (CompileContiki.java:124) - > make servidor.sky TARGET=sky
INFO [main] (MspMote.java:253) - Loading firmware from:
/home/user/contiki-2.x/examples/ipv6/rpl-border-router/border-router.sky
INFO [main] (MspMote.java:253) - Loading firmware from:
/home/user/contiki-2.x/examples/patty/servidor.sky
Thanks for any help :)
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
In the rest-example when the prefix is added this is added to all nodes and I
can communicate with all nodes. But in my simulation the prexix only changes in
the border router and the TCP server (NODE with ID 2) don't and I need to
communicate with it!
Any help?
How I set up to all nodes the aaaa::prefix?