项目作者: dipghoshraj

项目描述 :
This project is for broadcast and scan ibeacon and eddystone beacon on the raspberry pi.
高级语言: Python
项目地址: git://github.com/dipghoshraj/pibeacon.git
创建时间: 2020-04-22T17:52:35Z
项目社区:https://github.com/dipghoshraj/pibeacon

开源协议:

下载


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

  1. sh broadcasting/ibeacon.sh

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

  1. sh broadcasting/eddystone.sh

Run beacon scanner

To install all dependencies for scanner

  1. npm build
  1. npm install

To run scanner go to scanner folder

  1. node app.js

In case of error you can reach me through mail : dipghoshraj@gmail.com

Or create a issue on this project