Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 458 Bytes

README.rst

File metadata and controls

23 lines (14 loc) · 458 Bytes

Brick MQTT Proxy

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