From 7b650ca3bc61e724557c648e9123bc72512e15b6 Mon Sep 17 00:00:00 2001 From: Manuel Weichselbaumer Date: Sun, 5 May 2024 15:05:43 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f9c51ee3..d0fb9fd3 100644 --- a/README.md +++ b/README.md @@ -425,6 +425,12 @@ uv_tcp_t *handle = tcp->raw(); Go the raw way at your own risk, but do not expect any support in case of bugs. +# Related Projects + +If you're interested in additional tools and libraries that build upon this project, you might find the following useful: + +- **[uvw_net](https://github.com/mincequi/uvw_net)**: A networking library on top of uvw with a collection of clients (HTTP Client, Modbus Client, SunSpec Client). It also includes discovery impementations like dns-sd / mdns. + # Contributors If you want to contribute, please send patches as pull requests against the