Packages
mqtt_client
1.0.5
The MQTT client is written in Erlang and allows to connect to MQTT server and send/receive messages according to MQTT messaging protocol version 3.1.1
Current section
Files
Jump to
Current section
Files
mqtt_client
HISTORY.md
HISTORY.md
## MQTT client (mqtt_client)
(developing in process. Beta version is ready.)
see for documentation: https://mqtt-client.sourceforge.io/
# version 1.0.1
initial submit.
# version 1.0.2
added functionality for MQTT protokol 3.1.1
# version 1.0.3
prepared for beta release
# version 1.0.4
added tls/ssl support
implemented logging service with 'lager'
refactored: mqtt common library introduced, mqtt client dependeds on mqtt common now.
# version 1.0.5
fixed documentation and web site.
fixed some bugs.
refactored code.
improved test suits.