Skip to content

Commit 67bebf4

Browse files
committed
Update README.md
1 parent f55404d commit 67bebf4

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,13 @@ What makes String2String truly effective though is the cost. Each of our distanc
3131

3232
In terms of our technical stack, the raw sensor data was transmitted from an Arduino to a Python program over serial. This Python program computes the filtered positions of the pen, and transmits these to our main Node.js server which we set up using IBM Bluemix. From there, users can connect to our website to access all of the data present on the server. The client was written in javascript using both Angular and Node.js.
3333

34-
Links
34+
Structure of the project
3535
=====
36-
(Hackathon project profile)[https://www.hackerleague.org/hackathons/hackcooper-2015/hacks/string2string]
36+
The arduino code can found in the <b>arduino/sonar</b> folder.<br>
37+
The program that serializes the sensor data from the arduino into x,y coordinates is found in the <b>client</b> folder.<br>
38+
The webapp that streams the board data to the website in real time can be found in the <b>webapp</b> folder.
3739

38-
(Demo video)[https://www.youtube.com/watch?v=y1aw0IiamFM]
40+
Links
41+
=====
42+
[Hackathon project profile](https://www.hackerleague.org/hackathons/hackcooper-2015/hacks/string2string)<br>
43+
[Demo video](https://www.youtube.com/watch?v=y1aw0IiamFM)

0 commit comments

Comments
 (0)