-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
dip ghosh
committed
Jun 7, 2020
1 parent
c40e0dd
commit b54698b
Showing
1 changed file
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,32 @@ | ||
### Run the broadcastinh | ||
## go to broadcasting then run sh ibeacon.sh | ||
# 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 | ||
``` | ||
|
||
|