Crates.io | modio-mqttd |
lib.rs | modio-mqttd |
version | 0.1.1 |
source | src |
created_at | 2022-11-02 10:22:05.773821 |
updated_at | 2022-11-02 10:22:05.773821 |
description | Modio on-device MQTT broker |
homepage | |
repository | https://gitlab.com/ModioAB/modio-mqttd/ |
max_upload_size | |
id | 703413 |
size | 103,490 |
Almost the same as upstream rumqttd, except disabling profiling, disabling TLS, and configuring the logging via the commandline.
This isn't a solution I'm happy with, as it still has the Warp dependency for the console, something I do not wish to have.
It also only supports hard-coded Listen addresses and not socket-activation, another misfeature for the way we wish to use the MQTT broker.
The config file needs to match rumqttd config. See: https://github.com/bytebeamio/rumqtt/tree/master/rumqttd