Web Development
control.txt
Associated article: Building Intelligent, Web-Based Control Systems
Tags: Web Development Tools Embedded Systems
Published source code accomanying the article by Tom Milligan and Steve Coffin in which they automate a sprinkler system using the Embedded Micro Interface Technology (EMIT) toolkit, a system for embedding web servers onto embedded devices and developing web-based user interfaces.
Building Intelligent, Web-based Control Systems
by Tom Milligan and Steve Coffin
Example 1:
emitjri emJri = new emitjri(4, 11, "Sprinkler1");
Example 2:
waterOnOff.setJriVariable("Water", "ActionEvent");
Example 3:
(a)
emJri.setJriServer(this);
emJri.setJSJriLink("Hrs");
emJri.setJSJriLink(&...


