From 8b9ce1d7848bd8ad417a3834d11e1b00c028f8eb Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 25 Nov 2022 18:19:01 +0100 Subject: Add Beej's Guide to Network Programming as ref This is a good resource for network programming in C on Linux. Helps a lot for further development. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 0642774..a82b47d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ of LimoX and a rewrite (`limox_sdl2` in the build folder). The rewrite substitutes GTK4 by SDL2 for graphics and maybe will also drop libstrophe as a dependency. +A nice reference which helps me a lot is [Beej's Guide to Network +Programming][4]. + ## Building and dependencies @@ -103,3 +106,4 @@ Run `rm -r build` to clean the build folder. You can get a help page by running [1]: https://xmpp.org/extensions/xep-0459.html [2]: https://xengineering.eu/git/limox [3]: https://xengineering.eu/git/pkgbuilds +[4]: https://www.beej.us/guide/bgnet/html/ -- cgit v1.2.3-70-g09d2