Compare commits

..

3 Commits

Author SHA1 Message Date
Peter Giacomo Lombardo
29339bedbf Add ballerina-mqtt 2025-12-29 21:04:45 +01:00
Peter Giacomo Lombardo
47d80bf6f5 Fix formatting of Delphi section header in README 2025-12-29 20:57:58 +01:00
Peter Giacomo Lombardo
b7a9f31eda Add HiveMQtt client (#123) 2025-12-29 20:33:22 +01:00

View File

@@ -179,6 +179,10 @@ Contributions welcome! Read the [contribution guidelines](contributing.md) first
- [emqttc](https://github.com/emqx/emqtt) - Asynchronous Erlang MQTT Client.
- [mqttex](https://github.com/alfert/mqttex) - MQTT implementation in Elixir.
### Ballerina
- [ballerina-mqtt](https://github.com/ballerina-platform/module-ballerina-mqtt) - Ballerina MQTT client based on paho-mqtt.
### C or C++
- [mqtt_cpp](https://github.com/redboltz/mqtt_cpp) - MQTT client for C++14 based on Boost.Asio.
@@ -198,7 +202,7 @@ Contributions welcome! Read the [contribution guidelines](contributing.md) first
- [HiveMQtt](https://github.com/hivemq/hivemq-mqtt-client-dotnet) - MQTT 5.0 compliant secure client with automatic back pressure management and TCP & WebSocket transport support.
- [MQTTnet](https://github.com/chkr1011/MQTTnet) - MQTT client and broker .NET implementations.
### Delphi
### Delphi
- [delphi-mqtt](https://github.com/pjde/delphi-mqtt) - MQTT server and client components.
- [TMQTTClient](https://github.com/jamiei/Delphi-TMQTT2) - MQTT Client Library for Delphi. Alpha and long term unmaintained.