I have set up a server with the usual nc - lk <port> command.
My client sends tcp data to the server socket in the form of xxx,yyy which are numbers.
I want every time the client connects that the values of xxx and yyy would be stored in variables in order to use them later.
From what I understood I must work with pipes, but I am not sure how to do this.