PDA

Click to See Complete Forum and Search --> : Finding computers (running my app) on network without IP


Konan555
May 27th, 2000, 11:51 PM
Like the title sugests I need a way to find other systems running my app on a LAN without knowing they're IP's.

Or just a general method of broardcasting a message accross a LAN

May 30th, 2000, 08:39 PM
How about making your program upload your IP address on the LAN to a web server. Then have all your other programs check to see if that file is there and then download it every 60 seconds, or whatever. Once they download it they can open it, read your IP address, and then connect to your IP and then send you there IP.