https://github.com/petergrace/mqtt-proxy
Replicate n topics from sources to n topics of sinks
https://github.com/petergrace/mqtt-proxy
Last synced: 8 months ago
JSON representation
Replicate n topics from sources to n topics of sinks
- Host: GitHub
- URL: https://github.com/petergrace/mqtt-proxy
- Owner: PeterGrace
- License: mit
- Created: 2024-05-28T11:11:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T11:33:11.000Z (about 2 years ago)
- Last Synced: 2025-04-09T08:44:40.442Z (about 1 year ago)
- Language: Rust
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mqtt-proxy
This app allows one to replicate topics from any number of source mqtt servers, to any number of "sink" mqtt servers.
This works similarly to how mosquitto can proxy between servers, but, this works even if you don't have config access to the server.