chrvadala / node-ble

Bluetooth Low Energy (BLE) library written with pure Node.js (no bindings) - baked by Bluez via DBus
https://www.npmjs.com/package/node-ble
MIT License
310 stars 45 forks source link

Compatibility not specified #51

Closed alakifan closed 6 months ago

alakifan commented 1 year ago

I had to dig through the closed issues tab to find out that this library is incompatible with windows, this should be specified on the readme to prevent people from wasting their morning like I did

mxc42 commented 1 year ago

The readme does state this uses bluez (a Linux only utility), and links the compatible platforms and distributions. Sorry for the wasted morning though, that's always the worst. Readme Compatibility

Hypenexy commented 6 months ago

Linux should at least be at tags or somewhere in the start not after I've already attempted to try an example!

gmacario commented 6 months ago

Linux should at least be at tags or somewhere in the start not after I've already attempted to try an example!

Well I read on section "Compatibility" of the top-level README.md:

This library works on many architectures supported by Linux.