Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 651 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 651 Bytes

mqtt_websockets

Library to connect MQTT client over Websockets Secure (WSS). Documentation is pending. Best way to figure out how to use the library it to look at netdata/netdata where it is used in production (ACLK component used for Cloud/Agent communication) and/or src\test.c.

Uses git submodules terefore use recursive git clone git clone --recurse-submodules https://github.com/underhood/mqtt_websockets.git

License

The Project is released under GPL v3 license. See License

Uses following git submodules:

  • c-rbuf: under LGPL 3 by underhood
  • c_rhash: GPL 3 by underhood