Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 602 Bytes

README.rst

File metadata and controls

26 lines (16 loc) · 602 Bytes

Brick MQTT Proxy

The Brick MQTT Proxy is discontinued, use the MQTT API bindings instead: http://www.tinkerforge.com/en/doc/Software/API_Bindings_MQTT.html

This repository contains the source code of the Brick MQTT Proxy.

Usage

The following Python libraries are required:

  • tinkerforge
  • paho-mqtt

Those can be installed using pip (run with sudo on Linux):

pip install tinkerforge paho-mqtt

Afterwards the proxy can be started like this:

python brick-mqtt-proxy.py

See more information see: http://www.tinkerforge.com/en/doc/Software/Brick_MQTT_Proxy.html