Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi friends i'm new in c/c++ programming. the thing is i have to make a program that will continuous monitor the network condition of the systems(server and computer). the program should get ip from database. it should also get send and recevied packet information. and will store status of network present time and date into database.i'm using sql database.
Posted
Updated 29-Dec-12 3:25am
v2
Comments
Volynsky Alex 29-Dec-12 12:26pm    
Try look the following article:
http://www.codeproject.com/Articles/4609/MonIP-IP-Network-Monitor

1 solution

Have a look at Boost.Asio[^] - it will make things a lot easier.

Best regards
Espen Harlinn
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 29-Dec-12 20:36pm    
Boost comes handy again. My 5.
—SA
Espen Harlinn 30-Dec-12 5:39am    
Thank you, Sergey :-D

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