I want some fairly simple functionality.
. Server listening for a client . Clients connecting and sending "Hello server" . Serve acknowledging with "Hello client"
Communication performed using TCP/IP. I've looked for examples with source code but haven't found anything that I can get working. Does anyone have any recommended resources?