CS228, Network Programming

Once upon a time, I knew how to use Unix sockets.

Web Server

Supports binary files, ~user, http 0.9 and 1.0, and several other features. Other projects from this class (not shown) include a port scanner, file transfer utility, and chat program.

server.cc

Command Server

A little utility to run commands on a linux box via the web and see the results; limited to fortune and echo, as in http://server:port/echo_hi_there.

server.cc

Share