This module provides an easy way to redirect the input/output of the serial ports of iot-lab nodes to a MQTT broker. The core of the module is a script intended to be run on an iotlab ssh frontend.
The following example shows how the modules can be used in a repository. . ├── ... ├── Makefile # managed by the repository-base module ├── make │ ├── _shared # shared makefiles, kloned from this ...