Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 252 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 252 Bytes

MQTT client in OCaml using Lwt

Current status:

  • publish
  • subscribe
  • unsubscribe
  • pingreq (stayalive ping)

Dependencies:

  • Core (opam install core)
  • Unix (opam install base_unix)
  • Threads (opam install base_threads)
  • Logs
  • Fmt
  • Lwt
  • Tls