|
MeshX 0.4
This repository provides an implementation for Bluetooth Low Energy (BLE) Mesh network nodes. The project allows you to create BLE mesh nodes that can communicate with each other, enabling the development of smart home solutions or other IoT-based applications.
|
Registry for tracking MeshX element instances. More...
Go to the source code of this file.
Data Structures | |
| class | meshXElementRegistry |
| Singleton registry for MeshX elements. More... | |
Registry for tracking MeshX element instances.
This file provides a global registry to map element indices to element instances, eliminating the need for per-variant static instance arrays.