0.1.1 • Published 8 years ago

bluejeans v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

bluejeans

A Bluetooth module for Node.js. It is much like noble, and even shares some code, but in the future it is also meant to manage non-LE devices.

Permissions

Make sure hcitool and node have the needed permissions:

sudo setcap 'cap_net_raw,cap_net_admin+eip' `which hcitool`
sudo setcap 'cap_net_raw,cap_net_admin+eip' `which node`
0.1.1

8 years ago

0.1.0

8 years ago