sandeepmistry / node-bleacon

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

HCI hardware #15

Closed wonderdogone closed 10 years ago

wonderdogone commented 10 years ago

Can one choose the hardware interface you want to use to communicate with the beacon?

sandeepmistry commented 10 years ago

@wonderdogone yes you can on Linux, see:

https://github.com/sandeepmistry/noble#running-on-linux

https://github.com/sandeepmistry/bleno#running-on-linux

the noble var will be used for scanning, and the bleno var for broadcasting.