Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marianoguerra/mqttl
- Owner: marianoguerra
- License: mpl-2.0
- Created: 2015-02-20T14:41:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-29T15:25:13.000Z (about 9 years ago)
- Last Synced: 2023-04-21T08:16:32.340Z (over 1 year ago)
- Language: Erlang
- Size: 332 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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.erlThose modules are distributed under MPL 1.1
Author
------Mariano Guerra
License
-------MPL 2.0, see LICENSE