Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i have to create monitoring tools if data / orders down :

If u see snapclick, on top (left side) there is bar, green means connection is up, and red means down.

Can u create 1 application that can be used to monitor several connection. For example :
Client : XYZ
Data ip : 10.1.2.75
Data port : 5003
Order ip : 10.1.2.75
Data port : 1113

* There will be 2 bars for each client. 1 for order and 1 for data.

* It should be able to reconnect.

* there should be sound if disconnection.

* we can input at least 10 clients in 1 app. And we can edit the details.
Posted
Comments
BillWoodruff 23-Dec-14 5:06am    
Is there a question ?
Tomas Takac 23-Dec-14 5:37am    
Exactly, this is more an assignment than a question. What have you tried? Where are you stuck?

1 solution

actually I am stuck at begining.I have a list of client. i antrying to put them in datagrid with the status(connected/ notconnected), How can i know if it is connected or not??
 
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