Skip to content

Harium/sunbot-mqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sunbot-mqtt

Plugin to turn your Suneidesis Chatbot into a MQTT Subscriber

Setup

Fedora

sudo dnf install -y mosquitto screen
sudo mv /etc/mosquitto/mosquitto.conf.example /etc/mosquitto/mosquitto.conf
sudo firewall-cmd --permanent --add-port=1883/tcp
sudo firewall-cmd --permanent --add-port=1883/udp
sudo firewall-cmd --permanent --add-port=8883/tcp
sudo firewall-cmd --permanent --add-port=8883/udp
sudo systemctl enable mosquitto.service
sudo systemctl start mosquitto.service

Maven

<dependency>
    <groupId>com.harium.suneidesis</groupId>
    <artifactId>sunbot-mqtt</artifactId>
    <version>0.2.0</version>
</dependency>

About

Plugin to turn your Suneidesis Chatbot into a MQTT Subscriber

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages