|
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.
|
Directories | |
| variants | |
Files | |
| meshx_builder_api.h | |
| C-compatible API for the MeshX Composition Builder. | |
| meshx_composition.hpp | |
| meshx_composition_builder.hpp | |
| Header file for the BLE Mesh composition builder. | |
| meshx_config_server.h | |
| Header for Config Server (migrated for C++ architecture support). | |
| meshx_device.hpp | |
| C++ Wrapper for dev_struct_t to provide high-level management and visualization. | |
| meshx_element_class.hpp | |
| MeshX Element class and interface declaration This file contains the meshXElement class and its interface meshXElementIF. The meshXElement class represents an element in the MeshX BLE mesh network, while the meshXElementIF interface defines the callback function for model events. | |
| meshx_element_factory.hpp | |
| Template-based factory helper for creating MeshX elements. | |
| meshx_element_registry.hpp | |
| Registry for tracking MeshX element instances. | |
| meshx_prov_srv.h | |
| Header file for provisioning related definitions and functions. | |
| meshx_relay_msg_defs.h | |
| Shared message definitions for Relay elements. | |