Update Testing Framework Code on a Cooja Simulation authored by Michael Foreman's avatar Michael Foreman
......@@ -42,3 +42,16 @@
* generatorsensor
To test the border-router:
1. Go to ../firmware/edgeNode/ directory
2. Run "sudo make connect-router"
3. Go to ../framework/ directory
4. Run "ant run-server"
5. Hit Ctrl+Z
6. Run "ant run-dblogger"
7. Hit Ctrl+Z
8. Run "ant run-sensorapp"
A GUI will pop up. That GUI should display all nodes connected to the network. If it's working, you should be able to click on a node and click the "Observe" button and see its sensor data.
NOTE: There are some steps missing here as we are still not able to get it to work just yet. These instructions will be updated when we get everything working correctly.