six519 / rubyeddystoneurl

Ruby C Extension To Scan Eddystone-URL Bluetooth Low Energy Beacons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rubyeddystoneurl

Ruby C Extension To Scan Eddystone-URL Bluetooth Low Energy Beacons

image

Install Requirements For Linux (Ubuntu, Debian)

sudo apt-get install libbluetooth-dev

Install Requirements For Linux (Red Hat, CentOS, Fedora)

sudo yum install bluez-libs-devel

Installing Through RubyGems

sudo gem install rubyeddystoneurl

Ruby Sample Usage

require 'rubyeddystoneurl'
devices = discover 10

About

Ruby C Extension To Scan Eddystone-URL Bluetooth Low Energy Beacons


Languages

Language:C 54.6%Language:Ruby 45.4%