From d31a71f15d18c48821f086d99063e579afea619f Mon Sep 17 00:00:00 2001 From: Jonathan Roemer Date: Fri, 30 Jan 2015 19:23:15 -0500 Subject: [PATCH] Added basic information to the README file. Github defaults to markdown, which we should stick with. If you need a free Markdown editor, StackEdit is a great Chrome application with a WYSIWYG Markdown editor. We can continue to update this as we nail down more of our implementation details. --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c011e43..5941af6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,17 @@ Thermocontroller ================ - An interactive client/server setup for environmental control. +##Creators +Aimee Dipietro, Jonathan Huang, David Paquette, Jonathan Roemer +##Summary +Thermocontroller is an interactive server/client setup for environmental control. The user sends a command to the command and control server, which forwards that command to the client device. Both the client and server software is built to be deployed on a Raspberry Pi running GNU/Linux, with the client using the GPIO pins to interact with external devices. +##License +Thermocontroller is licensed under the GPLv3. + +Copyright 2015 Aimee Dipietro, Jonathan Huang, David Paquette, and Jonathan Roemer + +This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along with this program. If not, see . \ No newline at end of file