You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MQTT is a bandwidth efficient IoT standard for sending/subscribing to notifications in a M2M environment. SensorHub could leverage this standard by wrapping SWE Common data into MQTT as a way to more efficiently (in comparison to WS-Notification) dispatch events and push data to consumers.
Issue by sensiasoft
Saturday Jan 10, 2015 at 17:41 GMT
Originally opened as https://github.com/sensiasoft/sensorhub-core/issues/6
MQTT is a bandwidth efficient IoT standard for sending/subscribing to notifications in a M2M environment. SensorHub could leverage this standard by wrapping SWE Common data into MQTT as a way to more efficiently (in comparison to WS-Notification) dispatch events and push data to consumers.
References:
OASIS standard: https://www.oasis-open.org/committees/mqtt/
Java library: https://eclipse.org/paho/clients/java/
The text was updated successfully, but these errors were encountered: