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

...

Info
titleIoT-LAB architecture

 

  • IoT-LAB permits you access its large sensor network remotely, enabling your computer to be anywhere in the world. The site-servers are deployed in each of the six sites. Their function is to receive requests of experiments thru the Web Interfaceweb interface, as well as enable the communication between your computer and the motes, thru TCP forwarding.
  • To access the site-server remotely, IoT-LAB uses SSH. Because of this, it's required for that you to configure your SSH access.
  • More information about IoT-LAB architecture:

...

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 will send sends a packet in the air. The RX will listen listens to these packets and write in its serial interface the lengthnumber, RSSI, LQI and CRC of each packet.

...