A simple wireless protocol to let my examples communicate each other. ssWi stands for Shared Slotted Wireless protocol

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.

/media/uploads/mariob/scheme.png


All wikipages