j7only / Mesh24

Arduino mesh network library for nRF24L01 radio
GNU General Public License v2.0
16 stars 13 forks source link

Mesh24 - Arduino Mesh Network Library for nRF24L01/+ Radio

Table of Contents

Design Goals

Features

Mesh24 implements a network of nodes communicating through nRF24L01/+. Any two of the nodes can directly communicate with each other if they are in range. If not, another node between them acts as a message routing to forward the messages back and forth. The network requires no configuration as each node dynamically discovers and maintains which other nodes they can communicate with directly and indirectly through another node.

Dependencies

Installation

Examples

TBA

Documentation

TBA - Please see comments in examples for now