Skip to content

Erlang embedable MQTT acceptor and behaviour to implement your own logic

License

Notifications You must be signed in to change notification settings

marianoguerra/mqttl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Erlang embedable MQTT acceptor and behaviour to implement your own logic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages