-
I am new to OGC SensorThings API and MQTT. I studied the OGC documents but I am puzzled about the result I get. I can configure some sensors to send updates through MQTT and I always receive the same message in JSON format. This is taken from the The JSON I receive is as follows:
` From what I found in the internet it is not really fitting to Observations only and the message that comes together with the JSON is:
Is there anything I can do to make FROST Server understand that JSON? Is the "ThingsHub" expected to send that type of JSON as Observations? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
FROST implements the OGC SensorThings API, so you have to send it messages that conform to that standard. |
Beta Was this translation helpful? Give feedback.
FROST implements the OGC SensorThings API, so you have to send it messages that conform to that standard.
If your sensor can't send messages according to the standard you'll have to write a converter.