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.sh
To run eddystone simulation go to cloned folder and run follwoing command
sh broadcasting/eddystone.sh
To install all dependencies for scanner
npm build
npm install
To run scanner go to scanner folder
node app.js