Project 1 - Peer-to-peer and interface protocols using C  1.0
A half-duplex layered communication system.
 All Classes Files Functions Macros
Functions
server.c File Reference

Server Side used to test layer.h. More...

#include "layer.h"

Functions

int main (int argc, char *argv[])
 

Detailed Description

Server Side used to test layer.h.

Peer-to-peer and Interface Protocols Using C

Author
Nicholas Guthrie guthr.nosp@m.n@rp.nosp@m.i.edu http//nickguthrie.com January 30, 2014

Compile with: gcc -Wall -o ../bin/client client.c; gcc -Wall -o ./server server.c Test with: ./client | ./server; cat out.list; rm out.list;