0.5.2 • Published 7 years ago

cc-bnp v0.5.2

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

cc-bnp

The interface for a host to communicate with TI CC254X BLE Network Processor(BNP) over a serial port.

NPM

Travis branch npm npm

Documentation

Please visit the Wiki.

Overview

cc-bnp allows you to interact with TI's CC254X BLE network processor (BNP) on node.js via TI BLE Vendor-Specific HCI Command APIs. Each Command API is in an asynchronous manner and supports both err-back callback style and promise-style.

cc-bnp let you get rid of multiple Vendor-Specific Events handling of each command. cc-bnp gathers the multiple responses up, and finally passes the result to the Command API callback. With cc-bnp, it's easy and fun in designing BLE applications on node.js.

Installation

$ npm install cc-bnp --save

Usage

See Usage on the Wiki.

License

Licensed under MIT.

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago