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
server Directory Reference

Files

 esp_cfg_srv_model.c
 Implementation of the BLE Mesh Configuration Server for the MeshX platform. This file contains the initialization, callback handling, and utility functions for managing the BLE Mesh Configuration Server model.
 
 esp_gen_srv_model.c
 Implementation of the Generic OnOff Server model for BLE Mesh. This file contains the initialization, state management, and message handling logic for the Generic OnOff Server model in the MeshX platform.
 
 esp_light_srv_model.c
 Implementation of the BLE Mesh Light CTL Server Model for ESP32. This file contains the initialization, message handling, and state management for the Light CTL Server Model, including support for Lightness, Temperature, and Delta UV operations.
 
 esp_prov_srv_model.c
 Implementation of BLE Mesh provisioning server model for ESP32. This file contains the provisioning callback handling, control task message mapping, and provisioning parameter initialization. It facilitates the provisioning process and event handling for BLE Mesh.