mqttex
MQTT client/server
An Elixir implementation of the MQTT protocol, providing a client-server architecture for message exchange.
MQTT implementation in Elixir
46 stars
7 watching
5 forks
Language: Elixir
last commit: over 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
emqx/emqtt | An Erlang implementation of the MQTT 5.0 protocol for publishing and subscribing to messages | 407 |
edjopato/mqttui | A command-line tool for interacting with MQTT brokers in a user-friendly terminal interface. | 409 |
vert-x3/vertx-mqtt | A Vert.x module providing support for MQTT protocol with features for client-server communication and message exchange. | 186 |
jnguillerme/mqtt.dart | An MQTT client written in Dart for connecting to MQTT brokers and sending/receiving messages over various protocols. | 51 |
84codes/mqtt-client.cr | An MQTT client implementation in Crystal. | 3 |
jeffallen/mqtt | A Go implementation of MQTT clients and servers, with support for load testing. | 818 |
hivemq/mqtt-cli | A command-line interface for interacting with MQTT brokers | 316 |
alsm/hrotti | An MQTT broker implementation in Go providing a lightweight and flexible way to create and manage MQTT servers with various listener configurations. | 125 |
rmqtt/rmqtt | A distributed, scalable MQTT broker for IoT applications with built-in clustering and bridging capabilities. | 583 |
hivemq/hivemq-mqtt-web-client | A simple web-based MQTT client for publishing and subscribing to messages over WebSocket connections. | 360 |
flespi-software/mqtt-board | An MQTT client tool with diagnostic capabilities and a user-friendly interface | 95 |
martin-ger/esp_mqtt | An embedded MQTT broker with scripting capabilities for IoT systems. | 297 |
hivemq/hivemq-mqtt-client | A high-performance Java client library for MQTT 5.0 and 3.1.1 with various API flavours and backpressure support. | 874 |
256dpi/lwmqtt | An MQTT client implementation optimized for embedded systems with minimal callbacks and compatibility across various operating systems and networks. | 108 |
entone/firmata | Implementing the Firmata protocol in Elixir for microcontroller communication | 48 |