Skip to content

Commit

Permalink
Write readme for instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dip ghosh committed Jun 7, 2020
1 parent c40e0dd commit b54698b
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions README.md
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
```


0 comments on commit b54698b

Please sign in to comment.