Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dipghoshraj/pibeacon
This project is for broadcast and scan ibeacon and eddystone beacon on the raspberry pi.
https://github.com/dipghoshraj/pibeacon
beacon beacon-monitoring beacon-scanner nodejs raspberry-pi-4 raspberry-pi-beacon raspberrypi shell-script
Last synced: 4 days ago
JSON representation
This project is for broadcast and scan ibeacon and eddystone beacon on the raspberry pi.
- Host: GitHub
- URL: https://github.com/dipghoshraj/pibeacon
- Owner: dipghoshraj
- Created: 2020-04-22T17:52:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T17:07:31.000Z (over 4 years ago)
- Last Synced: 2023-08-31T09:38:33.765Z (about 1 year ago)
- Topics: beacon, beacon-monitoring, beacon-scanner, nodejs, raspberry-pi-4, raspberry-pi-beacon, raspberrypi, shell-script
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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```bash
sh broadcasting/ibeacon.sh
```To run eddystone simulation go to cloned folder and run follwoing command
```bash
sh broadcasting/eddystone.sh
```## Run beacon scanner
To install all dependencies for scanner```bash
npm build
```
```bash
npm install
```To run scanner go to scanner folder
```bash
node app.js
```
## In case of error you can reach me through mail : [email protected]
## Or create a issue on this project