Skip to content

ekoeppen/mqtt_client

 
 

Repository files navigation

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

About

MQTT client written in OCaml

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 94.4%
  • Makefile 3.0%
  • Common Lisp 2.6%