mike55 Posted November 29, 2004 Posted November 29, 2004 Hi all Am thinking of writting a simple ftp programme. What I would like to do is that if you hit a button, the application would automatically go out and get the IP addresses of all the machines on my network. Now my networs is just a simple Lan with a simple hub that is used to interconnect 5 machines together. I'm just wondering is the above possible in any way or is it crazy even considering such an idea. Mike55 Quote A Client refers to the person who incurs the development cost. A Customer refers to the person that pays to use the product. ------ My software never has bugs. It just develops random features. (Mosabama vbforums.com)
neodammer Posted December 9, 2004 Posted December 9, 2004 Quote Hi all Am thinking of writting a simple ftp programme. What I would like to do is that if you hit a button, the application would automatically go out and get the IP addresses of all the machines on my network. Now my networs is just a simple Lan with a simple hub that is used to interconnect 5 machines together. I'm just wondering is the above possible in any way or is it crazy even considering such an idea. Mike55 Well if all 5 pc's have the same ip except for the last 2 or 3 digits you can do a 1-999 ping via tcp. and then whichever other 4 actually reply have them displayed or stored to a variable etc.. course im sure there is a less violent lol way to do this as this method hogs network/pc resources and alot of firewalls will go off the heezy for sheezy Quote Enzin Research and Development
mike55 Posted December 10, 2004 Author Posted December 10, 2004 Hi neodammer Thanks for the reply, will keep looking for a suitable solution. Mike55 Quote A Client refers to the person who incurs the development cost. A Customer refers to the person that pays to use the product. ------ My software never has bugs. It just develops random features. (Mosabama vbforums.com)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.