MeshNet  1.0.0
Data Structures
meshPacketSplitter.h File Reference

This file contains MeshPacketSplitter class, which can split MeshPacket to multiple MeshFrames. More...

#include "meshPacket.h"
Include dependency graph for meshPacketSplitter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  MeshPacketSplitter
 This class supports splitting MeshPacket to multiple MeshFrames in one carriage. MeshPackets are splitted, because they can contain larger payload than frame. Those frames can be then sent over radio to another receiver, which can build packet from those frames MeshPacketBuilder. More...
 

Detailed Description

This file contains MeshPacketSplitter class, which can split MeshPacket to multiple MeshFrames.

Credits

Author
Matej Fitoš
Date
Jan 9, 2022
See also
MeshPacketSplitter