ocaml-mqtt
MQTT Parser
A Message Parser Library Implementing the MQTT PubSub Protocol
OCaml implementation of the MQTT pubsub protocol.
19 stars
5 watching
4 forks
Language: OCaml
last commit: almost 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
njh/ruby-mqtt | A Ruby gem implementing the MQTT protocol for publish/subscribe messaging | 544 |
deepessh/mqttclpro | An MQTT client app with tasker integration that allows users to connect to various brokers and publish messages on specific topics. | 99 |
emqx/emqtt | An Erlang implementation of the MQTT 5.0 protocol for publishing and subscribing to messages | 403 |
xhaskx/luamqtt | A Lua library for implementing an MQTT client library | 159 |
liambindle/mqtt-c | An MQTT client library written in C | 783 |
jeffallen/mqtt | A Go implementation of MQTT clients and servers, with support for load testing. | 817 |
mobile-web-messaging/mqttkit | An iOS library that enables event-driven communication over the MQTT 3.1 protocol | 462 |
sabuhish/fastapi-mqtt | A Python library providing an asynchronous MQTT client and event-driven framework for building real-time applications | 264 |
issuu/ocaml-zmq | Provides an interface between OCaml and the ZeroMQ messaging library. | 80 |
hivemq/hivemq-mqtt-web-client | A simple web-based MQTT client for publishing and subscribing to messages over WebSocket connections. | 360 |
camlp4/camlp4 | A tool for writing extensible parsers for programming languages using OCaml's abstract syntax tree (AST) system. | 101 |
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. | 865 |
jnguillerme/mqtt.dart | An MQTT client written in Dart for connecting to MQTT brokers and sending/receiving messages over various protocols. | 51 |
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 |
mwh/jqjs | A JavaScript implementation of the jq JSON query language | 84 |