Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marianoguerra/mqttl

Erlang embedable MQTT acceptor and behaviour to implement your own logic
https://github.com/marianoguerra/mqttl

Last synced: about 1 month ago
JSON representation

Erlang embedable MQTT acceptor and behaviour to implement your own logic

Awesome Lists containing this project

README

        

MQTTl
=====

Embedable MQTT protocol handler for Erlang applications.

This is meant to be a library you get as a dependency for your app and you
provide the callbacks to do whatever you need your app to do.

Some kind of webmachine for MQTT.

We provide a "reference" implementation so you can see how it's used and
play with it, maybe it even becomes a simple MQTT Server.

Note
----

This library uses modules from `RabbitMQ's MQTT Gateway `_
in particular:

* rabbit_mqtt_frame.hrl
* rabbit_mqtt.hrl
* rabbit_mqtt_frame.erl

Those modules are distributed under MPL 1.1

Author
------

Mariano Guerra

License
-------

MPL 2.0, see LICENSE