Application which shows graph of network traffic in a web browser
-
Hi! I want to develop an applcation in VC6, which detect and then plot the graph of network traffic. This graph should be avaialble to user on a web browser. I don't know where to start except somewhere I should be using winsock. I am Intermediate level in Win32SDK and beginner for MFC.I hate java and want to prove that better things can be accomplished using VC than that Lazy Java. Three Cheers for this forum and VC community
-
Hi! I want to develop an applcation in VC6, which detect and then plot the graph of network traffic. This graph should be avaialble to user on a web browser. I don't know where to start except somewhere I should be using winsock. I am Intermediate level in Win32SDK and beginner for MFC.I hate java and want to prove that better things can be accomplished using VC than that Lazy Java. Three Cheers for this forum and VC community
yeah Buddy i am too the Vc Fan. About your problem,you have to use iphelper api not winsock. there is good example of firewall by Sudhir Mangla to get the network traffic. about ploting the graph,from what ever i know,you can follow this little logic or wait for other Programmer to reply. ->if you familiar with any WebLanguage,just write the data into the file and notify that webpage about the data you have recieved from network to disply it on WebBrowser ----------------------------- "I Think It Will Help" ----------------------------- Alok Gupta visit me at http://www.thisisalok.tk
-
yeah Buddy i am too the Vc Fan. About your problem,you have to use iphelper api not winsock. there is good example of firewall by Sudhir Mangla to get the network traffic. about ploting the graph,from what ever i know,you can follow this little logic or wait for other Programmer to reply. ->if you familiar with any WebLanguage,just write the data into the file and notify that webpage about the data you have recieved from network to disply it on WebBrowser ----------------------------- "I Think It Will Help" ----------------------------- Alok Gupta visit me at http://www.thisisalok.tk
if you familiar with any WebLanguage, I know perl/cgi just write the data into the file This I can do and notify that webpage about the data you have recieved from network to disply it on WebBrowser How to do this?
-
if you familiar with any WebLanguage, I know perl/cgi just write the data into the file This I can do and notify that webpage about the data you have recieved from network to disply it on WebBrowser How to do this?
SiddharthAtw wrote: and notify that webpage about the data you have recieved from network to disply it on WebBrowser How to do this? you can do this by reading the data file written by you network application at regular interval. easiest way i think. ----------------------------- "I Think It Will Help" ----------------------------- Alok Gupta visit me at http://www.thisisalok.tk