Skip to content

Commit b6962c1

Browse files
authored
Create README.md
1 parent fac552b commit b6962c1

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# About
2+
This project uses a combination of NetworkIt, Arduino and RFID (WPF) solutions.
3+
4+
## NetworkIt
5+
A static IP, socket.io based proxy server and client to allow different platforms to communciate to each other. Designed for CPSC 581 students at the University of Calgary, the kit allows students to quickly combine different plaforms and devices together for prototyping.
6+
7+
This version was developed by: Kevin Ta
8+
9+
Originally developed by: David Ledo & Brennan Jones
10+
11+
The predecessor to the Original NetworkIt was [iNetwork](http://grouplab.cpsc.ucalgary.ca/cookbook/index.php/Toolkits/INetwork) by Sebastian Boring
12+
For more information about NetworkIt, please see https://github.com/kevinta893/NetworkIt
13+
14+
## Arduino
15+
16+
Code inspiration comes from http://www.instructables.com/id/Demystifying-4-pin-addressable-RGB-LEDS/
17+
and
18+
http://www.instructables.com/id/Demystifying-4-pin-addressable-RGB-LEDS/
19+
20+
## RFID
21+
Base code is taken from:
22+
https://www.phidgets.com/downloads/phidget22/examples/dotnet/csharp/RFID/Phidget22_RFID_CSharp_Windows_Ex.zip
23+
24+
#How to Run Everything
25+
26+
1. Open up RFID Visual Studio solution and run it.
27+
2. Open up Arduino IDE and open the network_force solution. Select the Upload button.
28+
3. Open up the command line terminal and go to the directory where arduino_network.js is located. Run command "node arduino_network.js"
29+

0 commit comments

Comments
 (0)