0.6.0 • Published 7 years ago

ble-packet v0.6.0

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

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.

0.6.0

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.0

8 years ago

0.2.0

8 years ago

0.0.3

8 years ago

0.0.1

8 years ago