I'm working on a code challenge which, in short, provides a server that encodes/decodes the data sent in the request. It is a TCP/IP server with the following custom binary request/response structures:
I need to create a desktop client that will send requests and receive responses, and display data accordingly. I'm having trouble understanding how the request would be formed, and how I would send the request to the TCP/IP server (using C#). Could someone provide perhaps an example of what this might look like?
