cc-bnp

0.5.2 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i cc-bnp

Weekly Downloads

0

Version

0.5.2

License

MIT

Last publish

Collaborators

  • hedywings