Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: rover_car rover_pc supervisor watering_unit ... more
You are viewing an older revision! See the latest version
Homepage
This library aims at implementing a simple communication protocol among nodes, abstracting from the hardware.
The communication channel is represented by ssWiChannel. An abstract class which models the transceiver. The implementation must implement the functions: init, read and write. The protocol automatially sends and receives data through the selected channel.
The protocol provides the Port abstraction which is like memory areas shared among all the connected nodes.