ble-packet

0.6.0 • Public • Published

ble-packet

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

NPM

Build Status npm npm


Documentation

Please visit the Wiki.


Overview

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.


GATT Specifications

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.


Installation

$ npm install ble-packet --save


Usage

See Usage on the Wiki.


License

Licensed under MIT.

Readme

Keywords

none

Package Sidebar

Install

npm i ble-packet

Weekly Downloads

84

Version

0.6.0

License

MIT

Last publish

Collaborators

  • hedywings