Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.48 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.48 KB

Adonis MQTT Integration

!! UNSUPPORTED NOTICE !! I have not worked on this library for quite some time because I have not used Adonis in quite a while. If you'd like to take this library and make it better, send an email to [email protected]

Coverage Status Build status

Adonis-mqtt is a provider to integrate MQTT in your app. This is useful when developing an IOT application, or need a simple message broker.

Features

  • MQTT Connection using mqtt.js
  • Easy integration with MqttListener classes
  • Included CLI generator for MqttListener classes

Roadmap

These are the features that I still want to developing in the near future.

  • Check SSL support (currently untested)
  • Improve tests and documentation

Installation

adonis install adonis-mqtt

See instructions.md for configuration and usage.

Contributing

You are free to contribute, make pull requests and create issues.

I will work on this project in my free time and will be using it to build my own home automation system.

Special Thanks

The code of adonis-scheduler was a great example in many ways. This helped me tremendously.