Update README.md

This commit is contained in:
Manuel Weichselbaumer 2024-05-05 15:05:43 +02:00 committed by GitHub
parent ba10b27646
commit 7b650ca3bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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