Example programs are organized into client server pairs:


Simple Examples:

  udpclient/udpserver: a text server that demonstrates basic UDP networking

  tcpclient/tcpserver: a chat program that shows basic TCP/IP networking


More Advanced Examples:

  ipv6client/ipv6server: a UDP chat program that runs over IPv6

  fileclient/fileserver: transfers a file from the server to the client using TCP/IP


Dasyne Example:

  dasynedemo: A simple networked game written with Dasyne. It requires the Allegro library 
              to be installed before compiling, you can find it at www.allegro.cc

  To compile:
    make dasynedemo

  NOTE: *The demo is currently unfinished*
