Skip to content

Commit cc38612

Browse files
committed
Prepare for GitHub
Clean everything up and convert the report into markdown.
1 parent ce57365 commit cc38612

File tree

9 files changed

+482
-19
lines changed

9 files changed

+482
-19
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
# BeaconBone
22

3+
This project was developed for CSC 453: Software for Wireless Sensor System at
4+
NC State University. Our group chose to design and implement an indoor
5+
positioning system using Bluetooth beacons and BeagleBone Blacks.
6+
37
[Developer Documentation](docs/documentation.md)
4-
[Self Study](docs/selfstudy.md)
8+
9+
[Report](docs/report.md)
10+
11+
[Presentation](docs/presentation.pdf)
12+
13+
![Demo](docs/demo.gif)
514

615
## Install
716

17+
Installation should work on any Debian-based operating system.
18+
Requires Bluetooth 3.0 support.
19+
820
1. `git clone [email protected]:vtduong/BeaconBone.git`
921
2. `cd BeaconBone`
1022
3. `./setup.sh`
@@ -23,3 +35,9 @@
2335
### HTTP Server
2436

2537
`sudo coffee server.coffee brokerIP`
38+
39+
## Contributors
40+
41+
* Matthew Hill
42+
* Maxwell Johnson
43+
* Van Duong

docs/demo.gif

393 KB
Loading

docs/design.odg

-448 KB
Binary file not shown.

docs/eb2.xml

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/presentation.pdf

1.7 MB
Binary file not shown.

docs/report.md

Lines changed: 463 additions & 0 deletions
Large diffs are not rendered by default.

docs/selfstudy.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

docs/timeline.xml

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.sh

100755100644
File mode changed.

0 commit comments

Comments
 (0)