Listing all the computers connected to the network.
Hey,
I am creating a tool that gives me the ip of the local server pc wich ip changes often, I want the program to generate a list of all the computers connected to the network and then check each ip for the server. This brings me to the problem, how do I get a list of all the computers on the network?
If you are wondering why the server ip changes so often, this project is for school, we use removable hdd's to work and when we slide it in one of the computers and boot it will have another ip. I need my classmates to know the ip of my computer so that they can connect to my irc and ftp server.
Thanks in advance!
Jason
Re: Listing all the computers connected to the network.
Re: Listing all the computers connected to the network.
Quote:
Originally Posted by
jason8100
I need my classmates to know the ip of my computer so that they can connect to my irc and ftp server.
How does listing the IP Addresses of all the Computers on the network help identify which one is yours ? I suspect that your Schools IT People will have this all locked down in any case.
Re: Listing all the computers connected to the network.
Quote:
Originally Posted by
Doogle
How does listing the IP Addresses of all the Computers on the network help identify which one is yours ? I suspect that your Schools IT People will have this all locked down in any case.
Well, I am creating a client and server, the client lists all the ips and then try's to connect on a specific port wich of course is the servers port. Nope, it isn't locked down, i'm a it student so we have pretty much no restrictions;D.