first, sorry for my English. ㅜ.ㅜ
I use 3 PCs using Datasocket with LAN connection.
First one(IP: 192.168.0.1), as Server, I made VI that receive string data, which display on 'String from Clinet'(string indicator), using URL "dstp://192.168.0.1/data" on datasocket read.vi(subscribe) and launched datasocket server.
Second one(IP: 192.168.0.2), as client, I made VI that send string data using URL "dstp://192.168.0.1/data" on datasocket write.vi(publish).
Third one(IP: 192.168.0.3), as client, I made VI that send string data using URL "dstp://192.168.0.1/data" on datasocket write.vi(publish).
Running these VIs in each computer, when I type some words in string control in PC2 or PC3,
string indica
tor in PC1 display those words from any PC.
But I could not find the way to get information about which PC( 192.168.0.2 or 192.168.0.3?) sent words.
In connecting URL must be same for PC1,2,3.
How can I get this information(data source PC's IP address....something...)?
please, help me ㅜ.ㅜ
Thanks for reading my question.
Hyo-joong