简体中文 | English
NLink Unpack is used for products of Nooploop,like LinkTrack,LinkTrack AOA,[TOFSense](https://www.nooploop.com/tofsense.Written in pure C language, can be used for building protocol parsing code
- 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
Refer to example.c to get start
The source code is released under a BSD 3-Clause license.