Skip to main content

MQTT-SN Transparent Gateway

The MQTT-SN Transparent Gateway is a daemon, or small server, which accepts incoming MQTT-SN data over a number of transports (UDP, XBee) and converts it into MQTT appropriate for connecting to an MQTT server such as Eclipse Mosquitto. Currently it only works on Linux.

A description of how transparent and aggregating gateways are intended to work can be found in the MQTT-SN specification.

Source

The gateway is a sub-project of the Eclipse Paho MQTT-SN embedded C repository - it's source can be found here.

Download

There are no pre-built binary downloads today - you must build from source..

Building from source

Guidelines for building from source are in the readme.

Documentation

Documentation is online here.

Getting Started

Getting started.

Back to the top