Merge branch 'main' of github.com:hsaturn/TinyMqtt into main

This commit is contained in:
hsaturn
2022-11-23 12:56:35 +01:00

View File

@@ -24,6 +24,7 @@ TinyMqtt is a small, fast and capable Mqtt Broker and Client for Esp8266 / Esp32
- zeroconf, this is a strange but very powerful mode where - zeroconf, this is a strange but very powerful mode where
all brokers tries to connect together on the same local network. all brokers tries to connect together on the same local network.
- small memory footprint (very efficient topic storage) - small memory footprint (very efficient topic storage)
- long messages are supported (>127 bytes)
- TinyMQTT is largely unit tested, so once a bug is fixed, it is fixed forever - TinyMQTT is largely unit tested, so once a bug is fixed, it is fixed forever
## Limitations ## Limitations