emqx / emqx-sn

EMQX MQTT-SN Gateway
https://www.emqx.com
Apache License 2.0
30 stars 20 forks source link

Options for transparent and aggregate sn gateway #159

Open saumilsdk opened 4 years ago

saumilsdk commented 4 years ago

Does emqx-sn has option to enable gateway as transparent or aggregate as per MQTT-SN protocol spec?

HJianBo commented 4 years ago

Nope.

But, As what are you doing now, emqx-sn + emqx + emqx-bridge-mqtt can be composed a Transparent Gateway.

This is the only way for your requirement. We are not designing an individual emqx-sn Transparent Gateway

saumilsdk commented 4 years ago

Hello @HJianBo, as per my requirements, i am not running emqx broker listernes on 1883 or any other tcp ports as i have broker at aws side. I need only emqx-sn and emqx-bridge, what options do we have for these to enable transparent gateway and disable looping?

emqx-sn -> emqx-bridge-mqtt -> aws iot broker

emqx-sn <- emqx-bridge-mqtt <- aws iot broker