1.0.3 • Published 9 years ago

ble-blocktransfer-js v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

ble-blocktransfer-js

Circle CI npm Licence MIT

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.

1.0.3

9 years ago