How to identify which computers are in the network
Posted: Sun Sep 29, 2013 4:43 pm
Hi all,
I have an Android only (not iPhone) application that has to copy files from the device to a PC using WI-FI. To copy I'm using the following command:
put myListOfData into URL ( "file:" & myFilename )
where myListOfData is a list comma delimited and myFilename has the complete path to the network computer in my development environment and it was hard-coded into myFilename, like "\\DEVENV\Users\myFile.csv".
It works fine and the file is copied to the networked computer.
The question is: how can I have a list of the computer names in the local network using WI-FI to be able to build the above filename string at runtime?
Thank you for the help!
Paulo
I have an Android only (not iPhone) application that has to copy files from the device to a PC using WI-FI. To copy I'm using the following command:
put myListOfData into URL ( "file:" & myFilename )
where myListOfData is a list comma delimited and myFilename has the complete path to the network computer in my development environment and it was hard-coded into myFilename, like "\\DEVENV\Users\myFile.csv".
It works fine and the file is copied to the networked computer.
The question is: how can I have a list of the computer names in the local network using WI-FI to be able to build the above filename string at runtime?
Thank you for the help!
Paulo