Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Relay to pass data from Komakallio network to an external message broker

Notifications You must be signed in to change notification settings

komakallio/koma-message-relay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Message Relay

Simple message relay that connects to a Redis instance, listens for ZADD key event notifications and sends the new sorted set data onwards to an external message broker using MQTT.

Copy example config to a local config file and change any relevant settings:

cp config.js.example config.js
vim config.js

Start message relay by executing:

npm install
npm start

About

Relay to pass data from Komakallio network to an external message broker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published