karlem / ocaml-mqtt

OCaml implementation of the MQTT pubsub protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Message parser for MQTT written in OCaml.

This library is really only useful for message parsing.
While there is a simple client and server example, the
semantics of the MQTT protocol are not implemented.

MQTT version 3.1 messages are supported, but not the
3.1.1 'update', which is incompatible in several ways.

About

OCaml implementation of the MQTT pubsub protocol.


Languages

Language:OCaml 99.8%Language:Shell 0.2%