Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Application which shows graph of network traffic in a web browser

Application which shows graph of network traffic in a web browser

Scheduled Pinned Locked Moved C / C++ / MFC
c++javasysadmindata-structureslearning
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    SiddharthAtw
    wrote on last edited by
    #1

    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

    T 1 Reply Last reply
    0
    • S SiddharthAtw

      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

      T Offline
      T Offline
      ThatsAlok
      wrote on last edited by
      #2

      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

      S 1 Reply Last reply
      0
      • T ThatsAlok

        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

        S Offline
        S Offline
        SiddharthAtw
        wrote on last edited by
        #3

        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?

        T 1 Reply Last reply
        0
        • S SiddharthAtw

          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?

          T Offline
          T Offline
          ThatsAlok
          wrote on last edited by
          #4

          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

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups