Results 1 to 4 of 4

Thread: Network programming question

  1. #1

    Thread Starter
    Hyperactive Member Petergotchi's Avatar
    Join Date
    Jan 2002
    Location
    Dendermonde - Belgium
    Posts
    267

    Question Network programming question

    Presume a normal gateway based LAN.
    Would it be possible to make some software that lists the amount of internettraffic each computer uses?
    For example:
    Computer 1: 30 Mb
    Computer 2: 120 Mb
    Computer 3: 50 Mb
    Computer 4: 300 Mb

    Do you think it's possible or is it all been protected by the OS'es? If you think you know a strategy I can use, pls answer tot this question.
    Attached Images Attached Images  
    Kind Regards,

    Pieter

    PS: If you found someone's answer helpful, please be so kind to rate that person.
    Thanks.

  2. #2
    Addicted Member TheSarlacc's Avatar
    Join Date
    Aug 2002
    Location
    Somewhere close
    Posts
    185
    the only way i can think of doing that is this:

    1) make a program that monitors (but does not restrict) the amount of internet traffic coming to and from a computer. (the hard part)
    2) install this program onto all the computers you wish to monitor.
    3) make a client program that connects to the monitor programs, and get it to ask for the statistics of each computer.
    4) when the client program gets the stats of each computer, get it to display them on screen or what ever.

    hope this helps...
    Get Quoted:

    "If Shane Warne had given his mobile phone to Russell Crowe, neither of them would be in trouble."
    "She has more troubles than a centipede with its legs crossed."
    "For every action, there is an equal and opposite Government program."


  3. #3
    It depends on what the OS is really, either way I would if it is Windows that you look at the Platform SDK as I am sure you can create an extension to the network layer somehow...

    I am sure the network traffic is stored somewhere in the options by windows(at least on NT,2k and XP), this is split into sent recieved but will also include general network traffic.

    Have a look at creating a proxy server for the actual clients???

    Anyway hope this helps.
    Last edited by chrisa128; Jan 25th, 2003 at 05:29 PM.
    CAOS (CA Operating System)
    http://www.caos.ws
    http://forums.caos.ws

  4. #4
    New Member
    Join Date
    Apr 2003
    Posts
    14

    Maybe try monitortools.com

    Maybe try www.monitortools.com. Here there are tools to monitor your networks; also development tools.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width