nathankellenicki / node-poweredup

A Javascript module to interface with LEGO Powered Up components.
https://nathankellenicki.github.io/node-poweredup/
MIT License
477 stars 59 forks source link

request: replace noble with webbluetooth #184

Open Symbitic opened 4 months ago

Symbitic commented 4 months ago

thegecko and I have done a lot of work on the webbluetooth NPM package lately. It now uses SimpleBLE instead of Noble, which means no custom drivers on Windows and no root permissions on Linux. Once thegecko/webbluetooth#188 is complete, it won't even be necessary to maintain separate browser and node abstractions.