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.
Loading...
Searching...
No Matches
meshx_txcm.c File Reference

MeshX Tx Control Module This file contains the implementation of the MeshX Tx Control Module, which is responsible for managing transmission control in the MeshX BLE Mesh stack. More...

#include "meshx.h"
#include "sys/queue.h"
#include "string.h"
#include "meshx_txcm.h"
Include dependency graph for meshx_txcm.c:

Go to the source code of this file.

Detailed Description

MeshX Tx Control Module This file contains the implementation of the MeshX Tx Control Module, which is responsible for managing transmission control in the MeshX BLE Mesh stack.

Author
Pranjal Chanda

Definition in file meshx_txcm.c.