Skip to content

Commit

Permalink
Merge 8820945 into f2b0545
Browse files Browse the repository at this point in the history
  • Loading branch information
ianchanning committed Apr 14, 2024
2 parents f2b0545 + 8820945 commit 369c580
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,20 @@ Bluetooth Low Energy (BLE) library written with pure Node.js (no bindings) - bak
- [GattService](https://github.com/chrvadala/node-ble/blob/main/docs/api.md#GattService)
- [GattCharacteristic](https://github.com/chrvadala/node-ble/blob/main/docs/api.md#GattCharacteristic)

# Pre-requisites
This library works on many architectures supported by Linux. However Windows and Mac OS are [*not* supported](https://github.com/chrvadala/node-ble/issues/31).

It leverages the `bluez` driver, a component supported by the following platforms and distributions <https://www.bluez.org/about>.

*node-ble* has been tested on the following architectures:
- Raspbian
- Ubuntu
- Debian

```sh
sudo apt install dbus bluetooth bluez libbluetooth-dev libudev-dev
```

# Install
```sh
npm install node-ble
Expand Down Expand Up @@ -100,13 +114,6 @@ await device.disconnect()
destroy()
```

# Compatibility
This library works on many architectures supported by Linux.
It leverages on Bluez driver, a component supported by the following platforms and distributions https://www.bluez.org/about

*Node-ble* has been tested on the following environment:
- Raspbian
- Ubuntu
# Changelog
- **0.x** - Beta version
- **1.0** - First official version
Expand Down

0 comments on commit 369c580

Please sign in to comment.