node-ble
Bluetooth Low Energy (BLE) library written with pure Node.js (no bindings) - baked by Bluez via DBus
File Explorer
Download Latest Version (.zip)- release.yml
- test.yml
- main.cpp
- platformio.ini
- README.md
- api.hbs
- api.md
- documentation-testing.md
- Adapter.js
- Bluetooth.js
- buildTypedValue.js
- BusHelper.js
- Device.js
- GattCharacteristic.js
- GattServer.js
- GattService.js
- index.d.ts
- index.js
- parseDict.js
- TestInterface.js
- Adapter.spec.js
- Bluetooth.spec.js
- buildTypedValue.spec.js
- BusHelper.spec.js
- Device.spec.js
- GattCharacteristic.spec.js
- GattServer.spec.js
- GattService.spec.js
- parseDict.spec.js
- e2e-test-utils.js
- e2e.spec.js
- multiple-attemps.spec.js
- .editorconfig
- .env.example
- .gitignore
- babel.config.js
- example.js
- jest.config.js
- LICENSE
- node-ble.conf
- package-lock.json
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/chrvadala/node-ble
Downloads the entire project code from GitHub to your computer.
cd node-ble
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install node-ble
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
