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_config_server.c | |
Implementation of the Configuration Server for ESP BLE Mesh. | |
meshx_light_ctl_srv.c | |
Implementation of the Light CTL Server model for BLE Mesh Node. | |
meshx_onoff_server.c | |
Header file for the On/Off Server model in the BLE Mesh Node application. | |
meshx_prov_srv.c | |
This file contains the implementation of the provisioning process for the BLE mesh node. | |