
This lecture introduces you to the Unexpected Data Format Issue during TCP communication using C/C++
This video explains the developer environment in which the demonstration and solution made for.
This lecture explains briefly about the Internet Protocol Suite.
This video explains about TCP, Acknowledgements (ACK), and overview of the solution required.
This lecture goes in detail what parsing is about, and the contents of a TCP packet.
This lecture explains about the structure of processing TCP data.
This video explains what the demonstration proves, with the problem and the solution.
This video demonstrates the problem encountered with Unexpected Data Format Issue with client and server programs. The source codes can be found in the PacketParsing.zip file under the "Downloadable materials" section.
This lecture explains about the TCP Client Source Code.
This video explains about the common mistake C/C++ developers make during TCP communication. It is by using TCP Server source code.
This video explains the Parsing Class files, header and source files main codes to solve the Unexpected Data Format Issue.
This lecture explains
In C/C++, socket programming is one of the most challenging subjects to every developer. Not only the theory of the socket is quite tricky, and there are a lot of things to learn, but we also need much experience and guidance in various cases.
To parse and handle TCP data is that very case. We can recognize the necessity and make sure the solution is correct, only by experience.
With my 16 yrs experience in developing financial trading platforms with Visual C++, I'm sure that you need to learn and utilize this lecture.