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.
Loading...
Searching...
No Matches
meshx_base_model_common.cpp File Reference

Implementation of the MeshX Config Server base class. More...

Detailed Description

Implementation of the MeshX Config Server base class.

Provides platform initialization, opcode validation and basic send/restore stubs for the Configuration Server model. The implementation mirrors the style used in other base model implementations (Generic/Light).

Note: The platform currently exposes init/get instance helpers for the configuration server but does not expose a specific "send status" or "restore" helper. As such, plat_send_msg and server_state_restore return MESHX_NOT_SUPPORTED until a platform API is added.