Hi Pardon if I have selected the wrong category or used the wrong wording etc...
I have some software that can connect to a socket (ip address and port) and receive text strings. To be able to add the socket it has to connect when adding it as a source to the software. At the moment I can acomplish this by running some very basic tcp listener software on a port. I can then add my pc's ip address and the same port as a source within the software. I cannot however recieve the strings in the software and on the listener software.