More advanced gateway scripts can send data to the
platform by posting additional named fields containing numeric
or string data specified by the user.
Actuators can also be connected to the system. A simple
dashboard visualization containing a radio button switch,
message field and a slider is used to signal connected actuators.
To receive signals behind a firewall, actuators subscribe to
control messages sent to the sensor. Using HTTP long polling,
thing gateways listen for control messages. When an
application or dashboard controller widget sends a signal, the
device gateway receives a JSON encoded message, and does
the appropriate thing such as turning on or off a switch, or
moving a servo.
C. Dashboard
For quickly visualizing sensor data, the WoTKit provides a
JavaScript based dashboard for quickly and easily displaying a
variety of sensor data visualizations and control components as
illustrated in Figure 4. The dashboard supports the generation
and placement of widgets: a combination of a thing with a
chosen visualization. To support widgets, the system supports
representations needed by the visualization code hosted on the
browser platform. The system currently leverages Google
Maps, the Google Chart Tools and Flot; the WoTKit client side
dashboard framework can incorporate other JavaScript
visualizations as needed.
D. Processing Services
An event-based data processing subsystem called the Processor
is provided with the WoTKit. Sensor data is processed as it is
pushed into the system from gateway components. The main
purpose of the system is to allow users to generate new, and in
some cases, higher-level sensor information from lower level
sensor data in a straightforward manner. The primary interface
is a visual programming environment that leverages the WireIt
toolkit9 for JavaScript-based visual languages presenting an
interface similar to Yahoo Pipes. The programming paradigm
is a data flow where processing pipes made up of connected
modules are built by end users to generate new sensor data
from other systems in the system.
A management page provides a list of pipes that the user
currently has running. Using this page, users can start, stop and
edit the pipes. Administrators can manage all pipes for all
users on the system. To develop a new pipe, or edit an existing
pipe, the visual programming interface allows users to drag and
drop modules to the main pane and then connect them with
wires as illustrated in Figure 5.