Click here to Skip to main content
16,022,660 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to code in c# to install a application on client node from server?Actual problem is it to detect any new node adding to the network and installing a application on new node by taking user permission from server ?Pls help me need to do this urgently ...My email id is [email removed]
Posted
Updated 22-Sep-10 8:21am
v2
Comments
[no name] 22-Sep-10 14:23pm    
Don't include email address in your post. If anyone has a response it should be posted here for the benefit of all.
Also don't use urgent. It is rude. This is a volunteer site and people will answer on their time, not yours.

1 solution

Hi,

There's no event that get's triggered, perhaps you could do some magic with the servers. I'd probe the network every n minutes, get a list of all IP-addresses on the LAN, and compare it to the previous list taken.

That way it would auto-update every 10 minutes, containing data from which you could deduce the IP-addresses that we're removed (offline) and added (if it's new, and it's already in an old list, that means an old PC was turned on. If it's not presently known, it's probably a new PC)

You might want to look into BITS to transfer the software across your network :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900