Skip to content

Two programs to forward messages from AMQP to HTTP and MQTT

License

Notifications You must be signed in to change notification settings

daq-tools/amqp-forward

Repository files navigation

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

About

Two programs to forward messages from AMQP to HTTP and MQTT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published