https://github.com/daq-tools/amqp-forward
Two programs to forward messages from AMQP to HTTP and MQTT
https://github.com/daq-tools/amqp-forward
Last synced: 13 days ago
JSON representation
Two programs to forward messages from AMQP to HTTP and MQTT
- Host: GitHub
- URL: https://github.com/daq-tools/amqp-forward
- Owner: daq-tools
- License: agpl-3.0
- Created: 2022-02-15T21:12:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T21:48:22.000Z (over 4 years ago)
- Last Synced: 2025-11-22T15:03:58.891Z (7 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
############
amqp-forward
############
*****
About
*****
Two programs to forward messages from AMQP to HTTP and MQTT.
- ``amqp-to-http.py``
- ``amqp-to-mqtt.py``
********
Synopsis
********
::
# Setup
python3 -m venv .venv
source .venv/bin/activate
pip install --requirement=requirements.txt
# Invoke
python amqp-to-http.py
python amqp-to-mqtt.py amqp-to-mqtt.json