0.5.2 • Published 9 years ago

cc-bnp v0.5.2

Weekly downloads
5
License
MIT
Repository
github
Last release
9 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

9 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago