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.
|
Files | |
meshx_ble_mesh_config_srv.h | |
Header file for MeshX BLE Mesh Configuration Server. | |
meshx_ble_mesh_gen_srv.h | |
Header file for Generic Server Models in MeshX BLE Mesh. | |
meshx_ble_mesh_light_srv.h | |
Header file for the MeshX BLE Mesh Light Server module. This file defines the data structures, function prototypes, and callback parameters for managing the Light Server models in a BLE Mesh network. It includes support for various lighting models such as Light CTL, HSL, xyL, and LC. | |
meshx_ble_mesh_prov_srv.h | |
This header file defines the provisioning server interface for the MeshX BLE Mesh stack. It includes data structures, enumerations, and function declarations for managing BLE Mesh provisioning operations, including node and provisioner functionalities. | |