MeshX 0.3
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.
Loading...
Searching...
No Matches
src Directory Reference

Files

 composition.c
 BLE Mesh Composition Initialization and Element Creation.
 
 meshx.c
 meshX application file for ESP BLE Mesh node.
 
 meshx_api.c
 Implementation of the BLE Mesh application API.
 
 meshx_control_task.c
 Implementation of control task for event handling and messaging.
 
 meshx_nvs.c
 Implementation for MeshX Non-Volatile Storage (NVS) operations.
 
 meshx_os_timer.c
 Implementation of OS timer functionalities for BLE mesh node.
 
 meshx_txcm.c
 MeshX Tx Control Module This file contains the implementation of the MeshX Tx Control Module, which is responsible for managing transmission control in the MeshX BLE Mesh stack.