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.
|
#include <meshx_common.h>
Data Fields | |
meshx_ptr_t | meshx_sig |
meshx_ptr_t | meshx_pub |
meshx_ptr_t | meshx_gen |
Definition at line 65 of file meshx_common.h.
meshx_ptr_t meshx_model_interface::meshx_gen |
generic structures
Definition at line 69 of file meshx_common.h.
meshx_ptr_t meshx_model_interface::meshx_pub |
publication structures
Definition at line 68 of file meshx_common.h.
meshx_ptr_t meshx_model_interface::meshx_sig |
SIG model pointer
Definition at line 67 of file meshx_common.h.