Programming

Intro to SCTP

A nice IBM developerWorks article that introduces the basic features of SCTP, such as multi-homing and multi-streaming, and shows you sample C code for a simple SCTP daytime client and server, using the Linux Kernel SCTP Project...
Programming

Intro to SLP

SLP (Service Location Protocol) is a network service discovery protocol, in the same vein as Bonjour, ZeroConf, UPnP, etc. IBM developerWorks has a nice article which covers the basics of SLP and shows some example programs using...
Programming

Autogen

AutoGen is an interesting code generation tool that I just stumbled upon. What can you do with it? Well, let's say that we have a simple specification for what an Employee class might look like: autogen definitions employee;...