inovex / mqtt_blackbox_exporter

Prometheus Exporter for MQTT monitoring
Apache License 2.0
77 stars 24 forks source link

UDP support for MQTT SN gateways #49

Open saumilsdk opened 3 years ago

saumilsdk commented 3 years ago

I am using https://www.eclipse.org/paho/clients/c/embedded-sn/ as mqtt gateway due to latency constraints. Need this project to support MQTT-SN protocol.

hikhvar commented 3 years ago

We are happy to welcome a PR to support that protocol. Please don't expect an immediate implementation of your feature request in the near future. We are currently in the process of supporting MQTT v5 ( #50 ), after or while implementing that, we might as well support MQTT-SN protocol.

saumilsdk commented 3 years ago

@hikhvar I am doubtful if I can contribute to develop this functionality but I can definitely suggest as a consumer what is required. As you said you might support MQTT-SN protocol, I would love to see that!!