opengeospatial / sensorthings

The official web site of the OGC SensorThings API standard specification.
135 stars 29 forks source link

Version prefix in MQTT topics #24

Closed hylkevds closed 2 years ago

hylkevds commented 7 years ago

This point was raised in the test suit pull request: https://github.com/opengeospatial/ets-sta10/pull/20

In the HTTP requests, all URLs contain the version prefix (v1.0). The MQTT topics do not contain this prefix. This means the MQTT topics are not "version safe". Was this on purpose, or should we add the version prefix to the MQTT topics as well?

hylkevds commented 5 years ago

What do current implementations do? FROST wants the version prefix. How about SensorUP and Gost?

taniakhalafbeigi commented 5 years ago

We have version prefix like v1.0/Observations.

bertt commented 5 years ago

In GOST there is no version info in the topic (just like the samples in the spec pdf)

hylkevds commented 2 years ago

Fixed with the publication of Sensing v1.1.