Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dannixon/matrix-mqtt-bridge
Bridge between MQTT and Matrix.
https://github.com/dannixon/matrix-mqtt-bridge
matrix matrix-bot matrix-bridge matrix-chat mqtt
Last synced: 3 months ago
JSON representation
Bridge between MQTT and Matrix.
- Host: GitHub
- URL: https://github.com/dannixon/matrix-mqtt-bridge
- Owner: DanNixon
- License: mit
- Created: 2022-02-24T07:52:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T08:57:10.000Z (6 months ago)
- Last Synced: 2024-07-23T10:59:29.497Z (6 months ago)
- Topics: matrix, matrix-bot, matrix-bridge, matrix-chat, mqtt
- Language: Rust
- Homepage:
- Size: 317 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# matrix-mqtt-bridge
[![CI](https://github.com/DanNixon/matrix-mqtt-bridge/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/DanNixon/matrix-mqtt-bridge/actions/workflows/ci.yml)
[![dependency status](https://deps.rs/repo/github/dannixon/matrix-mqtt-bridge/status.svg)](https://deps.rs/repo/github/dannixon/matrix-mqtt-bridge)Bridge between Matrix and MQTT.
## Usage
See `matrix-mqtt-bridge --help` for configuration.
Bot user should already be joined to any rooms you wish to interact with.
## MQTT API
Events from the Matrix room are published to `/`.
Text published to `//send/text` are sent as `m.text` messages.