|
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.
|
Data Fields | |
| uint16_t | magic |
| uint8_t | status |
| uint8_t | key_len |
| uint16_t | val_len |
| uint32_t | seq_id |
| uint16_t | crc |
| uint16_t kv_header_t::crc |
| uint8_t kv_header_t::key_len |
| uint16_t kv_header_t::magic |
| uint32_t kv_header_t::seq_id |
| uint8_t kv_header_t::status |
| uint16_t kv_header_t::val_len |