-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
32 lines (20 loc) · 817 Bytes
/
README
File metadata and controls
32 lines (20 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Irrduino
========
Irrduino is an Arduino-based irrigation control system.
It includes:
IrrduinoController
A project written in C that runs on the Arduino controller. It was
prototyped using an Android ADK board and an Arduino Ethernet Shield.
IrrduinoDroid
This is an Android application that can control IrrduinoController.
IrrduinoServer
This is a Python, Google App Engine application that can control
IrrduinoController and talk to IrrduinoDroid. It also provides
reporting.
IrrduinoServer/static/dart
This is a game written in Dart called Lawnville that is a bit like
Farmville, but it results in a real lawn being watered.
Setup
-----
To use these applications, you'll need to configure some server names. Search
for YOUR-SERVER-NAME in the code. See also IrrduinoServer/README.