summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-11-25 18:19:01 +0100
committerxengineering <me@xengineering.eu>2022-11-25 18:19:01 +0100
commit8b9ce1d7848bd8ad417a3834d11e1b00c028f8eb (patch)
treefbc8c2802fe8dcc71a487760fee6ef4be4cf362d /README.md
parentd9c55d41a6c014ef90fe42ffeef5f5b66409b111 (diff)
downloadlimox-8b9ce1d7848bd8ad417a3834d11e1b00c028f8eb.tar
limox-8b9ce1d7848bd8ad417a3834d11e1b00c028f8eb.tar.zst
limox-8b9ce1d7848bd8ad417a3834d11e1b00c028f8eb.zip
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
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/