Welcome to the Indigo Rose Software discussion forums! You will need to sign up for a forum account and login before you can post. Need help? View the Forum FAQ.
Is there a way AMS can detect all ip addresses within a network of approx. 80 computers? If so, how much information can I get from each computer on that network?
You could also use the Socket plugin and run a ping against all 255 IP addresses. If you get an answer, this would mean that there is a computer using that address.
You could also use the Socket plugin and run a ping against all 255 IP addresses. If you get an answer, this would mean that there is a computer using that address.
Ulrich
Ulrich , That's not a reliable solution
when you ping an IP range , you will get reponse from everthing which can not be accepted as 'computer'
network printers
card swipe devices
wireless hand terminals (usually windows CE 6.0) or custom firmware
etc..
etc..
there are endless possibilities in a company network
Thanks guys, I think the socket plugin might be more suitable for this project.
Could you expand on this solution a little. I haven't experimented much with the socket plugin.
Here is a very simple sample application.
It will send a Ping to all IP addresses in the local network, and list those addresses which sent a reply. The program will then attempt to get a name for that IP, which may not work for devices such as routers, etc.
If you need further info for those computers which did respond to the ping, you can make additional connection attempts to specific ports.
Comment