|
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.
|
MXSP Frame structure. More...
#include <meshx_serial.h>
Data Fields | |
| uint8_t | sof |
| uint8_t | len |
| uint8_t | type |
| uint8_t | payload [255] |
| uint8_t | checksum |
| uint8_t | eof |
MXSP Frame structure.
| uint8_t mxsp_frame_t::checksum |
| uint8_t mxsp_frame_t::eof |
| uint8_t mxsp_frame_t::len |
| uint8_t mxsp_frame_t::payload[255] |
| uint8_t mxsp_frame_t::sof |
| uint8_t mxsp_frame_t::type |