.NET Framework Bookmark and Share   
 index > .NET Framework Networking and Communication > Polling Devices
 

Polling Devices

Hi ,

I have a number of devices in 1000's and i want to collect information from them at a regular interval. Can you please tell me best algo/stat to do that. :)
PRERIT AGARWAL
You can develop a Client Server System (WCF) by a Single server (WCF-WebService) expose to your devices in the devices write a java app to consume this webserice and poll what ever data you want to poll.

Another approch if all these devices are directly connectd to your server in alocal environ ment you can develop the client application in VC++ and host it in your clinet and direct remotting can be do (Local environ ment remotting is fastest.)

Mark as answer if this helps you.

Regards,
Pramod
Pramod K V P

You can use google to search for other answers

Custom Search

More Threads

• Monitoring File Reads
• GetRequestStream delay and increasing memory
• text encoding
• Error : The underlying connection was closed: The connection was closed unexpectedly.
• problem with monthtrigger in taskschedular
• Network Stream does not recive the full server Response
• Connect to Gateway server directly?
• How to get http Content-Length,but not use GetResponse()?
• Javascript not firing because of Response.Redirect
• How to create a raw tcp packet, send and receive it?