Skip to content

This project is for broadcast and scan ibeacon and eddystone beacon on the raspberry pi.

Notifications You must be signed in to change notification settings

dipghoshraj/pibeacon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pibeacon

Pibeacon is a project for run and scanning ibeacon and eddystone beacons in raspberry pi

Run beacon simulation

To run ibeaconn simulation go to cloned folder and run follwoing command

sh broadcasting/ibeacon.sh

To run eddystone simulation go to cloned folder and run follwoing command

sh broadcasting/eddystone.sh

Run beacon scanner

To install all dependencies for scanner

npm build
npm install

To run scanner go to scanner folder

node app.js

In case of error you can reach me through mail : [email protected]

Or create a issue on this project