Hi all, I'm trying to get a list of the bluetooth addresses (the MAC address-like hex digits unique to each bluetooth device) within range of the bluetooth device inside my mac in the ruby language.
I'm hoping to make my work publicly available, so it'd be nice if it was platform agnostic.
Googling only helps so much:
- hcitool etc aren't available on OS X: snippets.dzone (dot) com/posts/show/5764
- Ruby_Bluetooth is nearly 4 years old, and I can't make it work!: rubyforge (dot) org/projects/ruby-bluetooth/
- Herval is attempting to continue that project, but the git repo is only a day old… github (dot) com/herval/ruby-bluetooth
I don't need to create any services or interact with bluetooth in any extensive way, only list the device ids that are within range.
Does anyone have any other ideas? (Even for non ruby, platform specific hcitool equivalents?)