ble-packet is a framer and parser for BLE attributes on node.js
npm install ble-packet



Please visit the Wiki.
The ble-packet is the packet builder and parser used for process BLE attributes if they are _GATT Specifications-defined_ ones or _BIPSO Specifications-defined_ ones.
In BLE, an attributes is the smallest data entity defined by GATT (Generic Attributes). Attributes are used to describe the hierarchical data organization, such as Services and Characteristics, and pieces of the user data. A Service conceptually groups all the related Characteristics together, and each Characteristic always contain at least two attributes: Characteristic Declaration and Characteristic Value.
> $ npm install ble-packet --save
See Usage on the Wiki.
Licensed under MIT.