sandeepmistry / node-bleacon

A Node.js library for creating, discovering, and configuring iBeacons
MIT License
498 stars 88 forks source link

More than one Bluetooth dongle #44

Closed matboehmer closed 8 years ago

matboehmer commented 8 years ago

Is it possible to use this library in combination with mode than one Bluetooth dongles, i.e. more than one Bluetooth radios? For instance, I would like to connect to USB Bluetooth dongles to a Raspberry Pi an then know which of those two receives what kind of beacon data.

sandeepmistry commented 8 years ago

@matboehmer please see: https://github.com/sandeepmistry/noble#multiple-adapters

Right now you'll need a node process per adapter.