|
You are here |
andybrown.me.uk | ||
| | | | |
williamdurand.fr
|
|
| | | | | I am writing a minimum viable network stack from scratch for ArvernOS (a UNIX-like toy kernel). This two-part story describes some protocols of the TCP/IP stack as well as some implementation details in the context of ArvernOS. | |
| | | | |
o5wald.github.io
|
|
| | | | | [AI summary] This article provides an in-depth overview of networking fundamentals, covering topics such as the OSI model, TCP/IP protocols, IPv4 and IPv6 address systems, domain names, and network routing mechanisms. | |
| | | | |
iosoft.blog
|
|
| | | | | In part 5, we joined a WiFi network, and used 'ping' to contact another unit on that network, but this was achieved by setting the IP address manually, which is generally known as using a 'static' IP. The alternative is to use a 'dynamic' IP, that a central server (such as the WiFi Access Point)... | |
| | | | |
www.cs.cornell.edu
|
|
| | | As a side project, I wrote a simple implementation of green threads for the Python programming language. The library is called Bluelet and it uses Python's native implementation of coroutines. Bluelet makes it easy to write concurrent socket programs without OS threads, multiple processes, or select()-and-dispatch loops. | ||