Skip to content

MQTT over websockets (ws/wss) client library with minimal dependencies

License

Notifications You must be signed in to change notification settings

underhood/mqtt_websockets

Repository files navigation

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

About

MQTT over websockets (ws/wss) client library with minimal dependencies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published