Slashdot Mirror


Moving Sensor Data Onto The Internet With SensorML

Roland Piquepaille writes "According to this Sensors article, a new XML encoding scheme may make it possible for you to remotely discover, access, and use real-time data obtained directly from Web-resident sensors, instruments, and imaging devices. By describing sensors using SensorML, anyone can put sensors or sensor data online for others to find and use. And because it's XML-based, it means all this data will easily be searchable. "For example, searching for particular kinds of sensors and data in a particular geographic region, with data collected within a particular time window, will be easy. This has significance for science, environmental monitoring, transportation management, public safety, disaster management, utilities operations, industrial controls, facilities management, and many other activities." In this column, you'll find a summary of the Sensors' story which contains more technical details about the technology. And if you're really interested, please visit the SensorML homepage."

7 of 99 comments (clear)

  1. Cute post, except smell sensors DO exist. by jerryasher · · Score: 4, Informative
  2. Re:SensorML by rmolehusband · · Score: 3, Informative

    Also, the functional programming language which made my university existence sheer hell, Standard ML already exists as is widely (within long beardy circles at least) known as SML.

    --
    Reginald Molehusband. Edinburgh, Scotland
  3. Re:trust by Bertrum · · Score: 2, Informative

    And so you would use the data you get accordingly. The problems you foresee already exist for any kind of data gathering. Unless you do it yourself, you don't know how accurate it is (and even then you can delude yourself).

  4. Re:An application by Anonymous Coward · · Score: 2, Informative

    that should be:

    <I>
    <have fallen="true"/>
    <can>
    <get up="false"/>
    </can>
    </I>

  5. Re:SensorML by Vengie · · Score: 2, Informative

    Actually, they didn't shorten it to SML because that is Standard ML.

    SML/NJ *cringe*

    Disclaimer: I took a compilers course with Zhong Shao, who together with Appel of Princeton, made ML into a useable language. CURSE THEM BOTH.

    --
    When in doubt, parenthesize. At the very least it will let some poor schmuck bounce on the % key in vi. (Larry Wall)
  6. Re:Since when... by khuber · · Score: 2, Informative
    Since never. What about discovery? The article is full of XML hyperbole. The connection they didn't explain is that _if_ this stuff is tied into the SensorWeb, you could have those capabilities.

    This article should have really been about SensorWeb since SensorML is just an implementation detail.

    -Kevin

  7. Re:Feasibility of small implementations? by khuber · · Score: 2, Informative
    Unless your embedded devices run web servers it probably doesn't make sense. You would just have another computer reading raw data from the embedded devices and then publishing that as SensorML instead.

    -Kevin