Pibeacon is a project for run and scanning ibeacon and eddystone beacons in raspberry pi
To run ibeaconn simulation go to cloned folder and run follwoing command
sh broadcasting/ibeacon.shTo run eddystone simulation go to cloned folder and run follwoing command
sh broadcasting/eddystone.shTo install all dependencies for scanner
npm buildnpm installTo run scanner go to scanner folder
node app.js