Actions

Sensor Network

From HacDC Wiki

Revision as of 03:11, 6 August 2010 by Sitwon (talk | contribs) (Created page with 'The goal of this project is: ____________________ == Implementation == === Diagram === [ Device ]<--- ? Wire Language ? --->[ Driver ]<--- ? Message Format ? --->[ XMPP server ]…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The goal of this project is: ____________________

Implementation

Diagram

[ Device ]<--- ? Wire Language ? --->[ Driver ]<--- ? Message Format ? --->[ XMPP server ]<--- ? Message Format ? --->[ XMPP client ]

Wire Language

The wire language will be device-specific. Devices can speak any language they want as long as someone has written a "driver" to translate that language to/from the chosen format that will transmitted/received over XMPP.

Message Format

Since XMPP messages are already XML, I think it makes sense to use an XML vocabulary as the message format.

Possible candidates would be:

  • EEML: Extended Environment Markup Language
    • Very simple
    • Widely deployed.
    • Not a true standard
    • No namespace
  • SensorML: Open Geospatial Consortium's Sensor Markup Language
    • More complex
    • Possibly not an open standard
    • Not as widely deployed.

Based on my quick research I'm not entirely pleased with either one. A third option to consider would be designing our own XML vocabulary.

The reason for having a standard message format is to encourage collaboration and interoperability between devices and client applications. Use of the message format would be opt-in.


Discuss your ideas!