Project 1 - Peer-to-peer and interface protocols using C  1.0
A half-duplex layered communication system.
 All Classes Files Functions Macros
File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
\-src
 o*client.cUsed to test layer.h
 o*layer.hGlobal header file for all layers, containging all necessary libraries and defining global preprocessor directives such as the chunk size
 o*layer1.cLayer 1 maintains byte ordering such that the receiver receives the first byte sent before receiving the second byte, etc
 o*layer2.cLayer 2 provides the transmission and receipt of a chunk of data
 o*layer3.cLayer 3 provides the capability to send and receive messages, where a message is defined as any sequence of bytes
 o*layer4.cLayer 4 adds simple error detection to layer 4 services
 o*layer5.cLayer 5 provides higher application layers with a mechanism for sending and receiving a simple C struct
 \*server.cServer Side used to test layer.h