oldwired / mqtt-slack-bridge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme

Esay Slack/MQTT Coupling

Function

All messages posted to a specific slack channel get published to a specified MQTT topic and vice versa.
This program is a platform to explore MQTT and Slack-API technologies.

Sample Config

config.json

{
    "secret": "REDACTED",
    "channel": "#testing",
    "topic4channel": "test/chat",
    "debug": false,
    "broker": "127.0.0.1",
    "port": "1883",
    "clientID": "mqttbot",
}

About


Languages

Language:Go 100.0%