The interface for a host to communicate with TI CC254X BLE Network Processor(BNP) over a serial port.
Please visit the Wiki.
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.
$ npm install cc-bnp --save
See Usage on the Wiki.
Licensed under MIT.