|
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.
|
Files | |
| meshx.h | |
| This file contains the headers for meshx.c. | |
| meshx_api.h | |
| This file contains the API definitions for the MeshX application. | |
| meshx_common.h | |
| Common application definitions and includes for BLE Mesh Node. | |
| meshx_config_internal.h | |
| Internal configuration settings for MeshX. | |
| meshx_control_task.h | |
| Header file for the control task in the BLE mesh node application. | |
| meshx_elements.h | |
| Header file for MeshX elements. | |
| meshx_err.h | |
| MeshX Error Codes. | |
| meshx_kv_engine.h | |
| Portable Key-Value Engine for MeshX. | |
| meshx_nvs.h | |
| Header file for MeshX Non-Volatile Storage (NVS) operations. | |
| meshx_os_timer.h | |
| Header file for OS timer utilities. | |
| meshx_relay_msg_defs.h | |
| Shared message definitions for Relay elements. | |
| meshx_ro_cfg.h | |
| Persistent Serialized Configuration Loader (Read-Only). | |
| module_id.h | |
| Defines module IDs for different elements in the BLE mesh node application. | |