Skip navigation links

Package no.tellu.findit.client.edge

Java wrapper for Tellu Smart Platform Edge API.

See: Description

Package no.tellu.findit.client.edge Description

Java wrapper for Tellu Smart Platform Edge API. It has classes for representing Observations with optional Position. The ObservationPoster interface defines an object which posts Observations to an edge. This is implemented in the JsonEdgePoster class, which implements the JSON edge protocol. So to use the library, create a JsonEdgePoster object with the correct URL and UUID, and use it to post Observation objects.

While the Observation and Position classes have some fixed fields, an Observation can include any Key-Value properties. The Smart Platform defines a set of general observation types, and these property names should be used if possible.

Author:
Lars Thomas Boye, Tellu AS
See Also:
Observation Types
Skip navigation links