Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffijoe/graphcontrol-poc
Graph Control Proof of Concept for school.
https://github.com/jeffijoe/graphcontrol-poc
Last synced: about 1 month ago
JSON representation
Graph Control Proof of Concept for school.
- Host: GitHub
- URL: https://github.com/jeffijoe/graphcontrol-poc
- Owner: jeffijoe
- License: mit
- Created: 2015-04-08T12:04:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-14T11:14:55.000Z (over 9 years ago)
- Last Synced: 2024-04-14T22:12:06.183Z (7 months ago)
- Language: Assembly
- Size: 758 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GraphControl
A freestyle assignment for our embedded controller class.
## Parts
* SharpServer: an implementation of the Graph Server in C#.
* Client: A Node.js TCP client, that also acts as a webserver.
* PICServer: The C implementation for the EasyPIC controller.## Authors
* Jeff Hansen - SharpServer, Client
* Bjarke Søgaard - PICServer