crystal-community / crystal-libraries-needed

A list of libraries that are needed or wanted for the Crystal-Language
141 stars 4 forks source link

bluez bindings (bluetooth support) #34

Open Sija opened 7 years ago

Sija commented 7 years ago

http://www.bluez.org/

elorest commented 7 years ago

Seconded. I'm currently actually working on this at work.

elorest commented 7 years ago

That being said if anyone else would care to collaborate that would be great.

molovo commented 7 years ago

Would bluez be the best choice, since it's linux only? I wonder if there's a cross-platform alternative that might be more worthwhile.

Sija commented 7 years ago

@molovo there's noble coded for node.js.

straight-shoota commented 5 years ago

https://github.com/NeuraLegion/blue_cr (bluez binding through dbus) https://github.com/crystal-community/bluetooth (direct bluez binding)

elorest commented 5 years ago

I'm working with those although they're currently very limited.

@molovo I'm not aware of a cross platform Bluetooth library other than bluez.

@sija noble has bluez as a dependancy.