ble-blocktransfer-js
Block transfer protocol for BluetoothLE using JavaScript.
Installation
This library relies on the bleat (https://www.npmjs.com/package/bleat) BLE abstraction tool which is available via npm.
To run the example, you first need to install the npm dependencies.
git clone https://github.com/ARMmbed/ble-blocktransfer-js.git
cd ble-blocktransfer-js
npm install
Usage
The library provides a some simple block read/write example programs which generate 1000 bytes of data, writes them to a known block transfer service on a device, which it then expects to read back again.