Anyone that wants to do me a faver and write a very simple program give me a shout.

Program will just need to listen on a tcp port and save the data it receives to a txt file.

The port may not close once the data has been received and may stay open and more data fill be received a few mins later.

But the program needs to allow multi connections to it at once (multi Threaded) allow the txt file its writing to to be written to by the other threads and allow another program to read the file even if still open for writing.

Linux program would be best but windows will do if needed.

Sounds simple for anyone that knows what they are doing… That’s be out of the question.

Comments are closed.