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.
|
Header file for MeshX elements. More...
#include <meshx_common.h>
#include <meshx_prov_srv.h>
#include <meshx_config_server.h>
#include <meshx_relay_server_element.h>
#include <meshx_relay_client_element.h>
#include <meshx_cwww_server_element.h>
#include <meshx_light_cwww_client_element.h>
Go to the source code of this file.
Header file for MeshX elements.
This file includes the necessary headers for various MeshX elements based on the configuration. The included headers depend on the enabled features and the count of different server and client elements.
Definition in file meshx_elements.h.