2013-03-26 13:09:49 +01:00
|
|
|
Sky websense
|
|
|
|
============
|
2010-05-09 17:57:34 +02:00
|
|
|
|
2013-03-26 13:09:49 +01:00
|
|
|
This example features a simple webserver running on top of the IPv6 contiki
|
|
|
|
stack on Sky motes to provide sensor values, and with a RPL border router to
|
|
|
|
bridge the sensor network to Internet.
|
2010-05-09 17:57:34 +02:00
|
|
|
|
|
|
|
To test the example in COOJA under Linux
|
|
|
|
----------------------------------------
|
|
|
|
|
|
|
|
1. Start COOJA and load the simulation "example-sky-websense.csc"
|
2013-03-26 13:09:49 +01:00
|
|
|
|
|
|
|
make TARGET=cooja example-sky-websense.csc
|
2010-05-09 17:57:34 +02:00
|
|
|
|
|
|
|
2. Connect to the COOJA simulation using tunslip6:
|
2013-03-26 13:09:49 +01:00
|
|
|
|
|
|
|
make connect-router-cooja
|
2010-05-09 17:57:34 +02:00
|
|
|
|
|
|
|
3. You should now be able to browse to the nodes using your web browser:
|
2015-09-30 16:06:58 +02:00
|
|
|
Router: http://[fd00::0212:7401:0001:0101]/
|
|
|
|
Node 2: http://[fd00::0212:7402:0002:0202]/
|
2010-05-09 17:57:34 +02:00
|
|
|
|
|
|
|
|
|
|
|
To run the example on real nodes under Linux
|
|
|
|
--------------------------------------------
|
|
|
|
|
|
|
|
1. Program the nodes with the websense application
|
2013-03-26 13:09:49 +01:00
|
|
|
|
|
|
|
make TARGET=sky sky-websense.upload
|
2010-05-09 17:57:34 +02:00
|
|
|
|
|
|
|
2. Disconnect the nodes and program one node with the RPL border router
|
2013-03-26 13:09:49 +01:00
|
|
|
|
|
|
|
cd ../rpl-border-router && make TARGET=sky border-router.upload
|
2010-05-09 17:57:34 +02:00
|
|
|
|
|
|
|
3. Connect to the border router using tunslip6:
|
2013-03-26 13:09:49 +01:00
|
|
|
|
|
|
|
make connect-router
|
2010-05-09 17:57:34 +02:00
|
|
|
|
|
|
|
4. Reboot the router and note the router IP address
|
|
|
|
|
2013-03-26 13:09:49 +01:00
|
|
|
5. You should now be able to browse to your router node using your web browser:
|
|
|
|
http://[<ROUTER IPv6 ADDRESS>]/. On this page you should see a list of all
|
|
|
|
accessible nodes with their IP adresses.
|