https://github.com/apinf/mqtt-bridge
https://github.com/apinf/mqtt-bridge
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/apinf/mqtt-bridge
- Owner: apinf
- Created: 2017-10-16T19:54:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T12:58:28.000Z (about 8 years ago)
- Last Synced: 2025-01-21T09:28:04.427Z (over 1 year ago)
- Language: Elixir
- Size: 7.81 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mqtt-bridge
===========
A one-way mqtt bridge to republish topics from one mqtt broker to another. Can change QoS and rewrite topics (prefix rewriting only).
Please see `config/config.exs` for sample configuration.
Usage
=====
Include this in any erlang based project's release by adding `mqtt_bridge` to the list of started applications.
Alternatively, run ad-hoc with `mix do deps.get, compile, run --no-halt` after installing erlang and elixir.