Skip to content

Commit

Permalink
Added basic information to the README file. Github defaults to markdo…
Browse files Browse the repository at this point in the history
…wn, 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.
  • Loading branch information
pid1 committed Jan 31, 2015
1 parent b1482b6 commit d31a71f
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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 <http://www.gnu.org/licenses/>.

0 comments on commit d31a71f

Please sign in to comment.