Hi Scooby,
there are several way to do it.
An idea is based upon the example Date server.vi and Date reader.vi in TCP/IP examples of LV.
The server listents for client connection, each time a connection is established tha data is sent to the client by TCP/IP protocol. The nice thing is that the server can handle multiple connections, thus the data is sequentially sent to clients according to the order of connections.
I slightly modified this examples so that the server sends an auto-incrementing number to each client, the number increases each time a client connects. The client vi is modified to establish connection, read data and close connection each time you run it.
By this example the sequential number is unique for each client.
Let me know if you ne
ed more explainations.
Good luck,
Alberto