MQTT bridge that subscribes to a source broker and republishes matching messages to a target broker.
Docker image: bjorkan/meshcore-mqtt-broker-bridge
Copy .env.example to .env and set the source and target broker credentials:
cp .env.example .env
The source credentials must match a subscriber user configured on the broker. The root compose.yaml example pairs this bridge with the uplink subscriber in ../broker/.env.example.
npm install
npm start
Use this directory as the Docker build context:
docker build -t bjorkan/meshcore-mqtt-broker-bridge .
Content type
Image
Digest
sha256:f731b2ba8…
Size
86.8 MB
Last updated
3 months ago
docker pull bjorkan/meshcore-mqtt-broker-bridge