Skip to content

A gem for building an MQTT-driven application with a few lines of code.

License

Notifications You must be signed in to change notification settings

nickthecook/mqtt-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mqtt-service

mqtt-service makes it easy to implement a new, MQTT-integrated service in Ruby. It handles:

  • loading a YAML config
  • connecting to a broker
  • subscribing to configured topics
  • logging to a topic
  • adding supplementary fields to each published message:
    • client_id
    • ip_address
  • Docker container with common dependencies installed

About

A gem for building an MQTT-driven application with a few lines of code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages