Hulaaki v0.1.0 released - an #MQTT protocol library for #Elixir
An Elixir library (driver) for clients communicating with MQTT brokers(via the MQTT 3.1.1 protocol). - https://github.com/suvash/hulaaki/
View the complete changelog at https://github.com/suvash/hulaaki/blob/master/CHANGELOG.md
[0.1.0] - 2017-08-12
Added
- Added link to CHANGELOG in the README
- Add instructions on using Makefile for running tests.
-
Handle
gen_tcp
connection failures instead of crashing - Add automatic ping to server (based on keep alive) and expect ping response with callbacks
- Handle packet ids internally (for control packets with variable header)
- Adds TLS/SSL support for the library
- Implement chunked message receiving so as to parse packets sent together
Fixed
- Replaces all occurences of 65_536 to 65_535 (max limit for 2 bytes)
Read next ParallelTask: easily run functions in parallel and capture the results