Explore >> Select a destination


You are here

zipcpu.com
| | windswept.home.blog
111.1 parsecs away

Travel
| | This post describes a simple way of embedding Apple LLAP (LocalTalk Link Access Protocol) packets inside UDP, which enables a "virtual" LocalTalk network to be created on top of an existing IP LAN. Why? To provide reasonably plug-and-play networking for Mini vMac that doesn't need root privileges, that is easily portable between OSes, and that...
| | hannes.robur.coop
142.9 parsecs away

Travel
| |
| | williamdurand.fr
100.0 parsecs away

Travel
| | 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.
| | sookocheff.com
119.6 parsecs away

Travel
| The transmission control protocol (TCP) does one job very well - it creates an abstraction that makes an unreliable channel look like a reliable network. For applications built over an unreliable network like the Internet, TCP is a godsend that hides a lot of the inherent complexity in building networked applications. A laundry list of TCP features that application developers rely on every day includes: retransmission of lost data, in-order data delivery, data integrity, and congestion control. This arti...