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

Used to test layer.h. More...

#include "layer.h"

Functions

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

Detailed Description

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 layer.c client.c; gcc -Wall -o ../bin/server layer. server.c; Test with: ./client | ./server; cat out.list; rm out.list;