09-10-2009 03:55 AM
Hi
How can i determine the IP adresses/names of all the computers on a network when i act as
1. SERVER
2. CLIENT
09-10-2009 04:14 AM
Hi there
Under MS Windows try the "NET VIEW" command line.
09-10-2009 04:29 AM
Thanks for the reply.
I am sorry, i just forgot to mention that i wanted to determine the IP addresses in LabVIEW. I can find out my own IP address but how can i determine the IP address of other client computers on a network as a client and server?
09-10-2009 05:36 AM
Use system exec.vi in LabVIEW and give NET VIEW as command(as Chrisger mentioned).
Hope this helps?
Mathan
09-10-2009 05:37 AM
09-10-2009 06:31 AM
HI.
This method is working. i am getting the names. But i am not getting the IP addresses.
Have a look at the code
09-10-2009 08:53 AM