I have a main application running on VB6. This has mutiple RS232 inputs which it processes and displays graphically and numerically to the user. I need to create slave display(s) showing limited information on other PC(s) located on the network. What is the best way to communicate between the computers. I will not know in advance what the TCP/IP address of the other PCs are as these are allocated dynamically on power up.
Is there an easy way to simply send out globally the data and the other PCs listen for this data when they power up.
Any help would be gratefully received.