blob: 26416b607ed149991773485ca6ad739e63e57bbe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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 `src\test.c`.
## License
The Project is released under GPL v3 license. See [License](LICENSE)
Uses following git submodules:
- **c-rbuf**: under LGPL 3 by underhood
- **c_rhash**: GPL 3 by underhood
|