Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Tip

This page is created and maintained by

User Profile
user557058:6c89f917-698d-4c79-be39-6d35c24db618

...

In order to make OpenWSN run on IoT-LAB (WSN430 nodes), the WSN430 Board Support Package (BSP) - hardware-dependent source code that controls the board components (e.g. UART, radio chip, spi, timers) - must work perfectly. Once they are working, the Protocol Stack (which is hardware-independent) runs above it. 

...

Code Block
user@rennes:~$ nc wsn430-<moteID> 20000
Hello, World!
openwsn
openwsn
Hello, World!
Hello, World!
c
c
Hello, World!
Hello, World!
Hello, World!
iotlab
iotlab

Testing the Radio



In this application, we will use two motes. One of them will run the TX, and the other will run the RX. Each 500ms, the TX sends a packet in the air. The RX listens to these packets and write in its serial interface the lengthnumber, RSSI, LQI and CRC of each packet.

...