https://github.com/iotaledger/inx-mqtt
https://github.com/iotaledger/inx-mqtt
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iotaledger/inx-mqtt
- Owner: iotaledger
- License: apache-2.0
- Archived: true
- Created: 2022-03-24T15:50:00.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-07-02T17:07:31.000Z (about 2 years ago)
- Last Synced: 2025-08-10T16:51:41.874Z (12 months ago)
- Language: Go
- Size: 1.43 MB
- Stars: 1
- Watchers: 9
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# INX-MQTT
[](https://github.com/iotaledger/inx-mqtt/actions/workflows/build.yml)
INX-MQTT extends the node endpoints to provide an Event API to listen to live changes happening in the Tangle.
This API is by default reachable using MQTT over WebSockets.
## Version compatibility
* `1.x` versions are compatible with Stardust and [HORNET 2.x](https://github.com/iotaledger/hornet) and provide the Event API described in [TIP-28](https://github.com/iotaledger/tips/blob/main/tips/TIP-0028/tip-0028.md).
* `2.x` versions should be used with IOTA 2.0 and [iota-core](https://github.com/iotaledger/iota-core) and provide the Event API described in [TIP-48](https://github.com/iotaledger/tips/pull/153).
## Setup
We recommend not using this repo directly but using our pre-built [Docker images](https://hub.docker.com/r/iotaledger/inx-mqtt) together with our [Docker setup](https://wiki.iota.org/hornet/how_tos/using_docker/).
You can find the corresponding documentation in the [IOTA Wiki](https://wiki.iota.org/hornet/inx-plugins/mqtt/welcome/).