Connecting to multiple devices using Asynchronous sockets in C#

Jadenyne

New Member
I am writing a ASP.net application to conrtol embedded devices from a web browser.On a user action ASP.net app needs to send command to multiple embedded devices and wait for response from all of them and display successful message to end user. If an error occurs while communicating with one device we need to show it as error message. I went thru asynchronous client example thru call backs. but i am stuck how can I put a loop to open multiple sockets and update the status based on response from individual devices
 
Top