Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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