Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.2 KB

README.en.md

File metadata and controls

29 lines (15 loc) · 1.2 KB

简体中文 | English

NLink Unpack

Logo

NLink Unpack is used for products of Nooploop,like LinkTrackLinkTrack AOA,[TOFSense](https://www.nooploop.com/tofsense.Written in pure C language, can be used for building protocol parsing code

Build Status Test Status

Notice

  • In case of compilation errors, make sure the compiler has turned on C99 support
  • NLink protocol data follows the Little-Endian mode, this example code runs in the mode too, and the Big-Endian mode is not supported
  • For variable length protocols, such as NLink_LinkTrack_NodeFrame1, heap memory allocation is used for dynamic nodes. If there are many nodes, please ensure enough heap space

Usage

Refer to example.c to get start

License

The source code is released under a BSD 3-Clause license.