Description: Considering the amount of information to the data, and data transmission reliability, with reliability at the application layer package, a custom protocol, the bottom for large data transfers using UDP protocol, to achieve communication efficiency and reliability of the balance transfer. Implementations 使用 socket programming, protocol design used on the data packet framing, transmission control (the order of packets, etc.), calibration, data of the escape, and server/client' s communication handshake to achieve, in the protocol design in full account of inheritance and scalability.
To Search:
File list (Check if you may need any files):
UDPcommunication
................\client
................\......\client
................\......\Makefile
................\......\socket.cpp
................\......\socket.h
................\......\socket.o
................\......\test.doc
................\......\test1.txt
................\......\udpclient.cpp
................\......\udpclient.o
................\server
................\......\Makefile
................\......\server
................\......\socket.cpp
................\......\socket.h
................\......\socket.o
................\......\test.doc
................\......\test1.txt
................\......\udpserver.cpp
................\......\udpserver.o
................\通讯协议.doc