myduyhoanglong/EE3204
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
the example is to show how to transmit a large file using small packets. the file to be sent is "myfile.txt", the received data is stored in "myTCPreceive.txt". the packet size alternates between 500 bytes and 1000 bytes per packets. The receiver transmits the acknowlegement to sender when a packet is received. In test, the file size is 50554 bytes.