Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 607 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 607 Bytes

Segmentation Implementation mainly for BT packet

Build Status Build Status

This library implement segmentation/fragmentation mechanism espcially for ble pysical layer. A customized packet slicing protocol is used which has a cost of 5 Bytes' header.

TODO

  • remove directly use of types.h and packer.h/packer.c, should use external library dxt_util instead.