File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,17 @@ You may also want to have a look at the
5050[ CI configuration] ( https://github.com/KDAB/KDUtils/blob/main/.github/workflows/build.yml )
5151of this project to see which dependencies we use to build KDMqtt.
5252
53+ ## KDNetwork
54+
55+ KDNetwork provides an experimental event-driven networking library on top of raw BSD sockets, KDFoundation
56+ and KDBindings.
57+
58+ This library is still considered unstable and in development. As such we do not make any promises for API
59+ or ABI stability at this time. Please do feel free to take it for a test drive on Windows or Linux.
60+
61+ KDNetwork offers support for TCP and SSL/TLS socket communications; non-blocking DNS resolution queries;
62+ higher-level protocols such as HTTPS, Server Sent Events and WebSockets.
63+
5364## KDUtils/KDUtils
5465
5566This namespace is the namesake of the entire library, and contains the STL
You can’t perform that action at this time.
0 commit comments