Thread: Control Window DHCP service by constantly update bandwidth usage!

  1. #1
    Registered User
    Join Date
    Apr 2007
    Posts
    1

    Control Window DHCP service by constantly update bandwidth usage!

    I have a notepad,which having a data store into it and then overwrite by a new data every 1 second constantly.
    I want to read the data (which is the total bandwidth usage of my whole WLAN)which changing every 1 second.

    From here,I want to use the data to do an admission control of the LAN.
    This is basically how is the idea:
    1) Read the BW data.
    2) Set a Bandwidth limit as reference level (eg: 1000000 Mbps)
    3) Compare the BW data I read to the BW limit, if exceed the limit,I want to Pause my window DHCP service,So that client go into my LAN.
    4) If the BW going below the BW limit, the DHCP service have to automatically Continue again.

    Anyone can help me on that? What programming language is more suitable to use? In this case,I using Window XP as my platform. As I do some research, I realize there is a API call "service controller" can be use n this case. I am not sure on it and I don't how to deal with the API.


    Thousands of appreciate enclosed here for those who willing to help me!!
    Last edited by irvineyan; 04-08-2007 at 03:07 PM. Reason: Concept Not good

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. OpenGL and Windows
    By sean345 in forum Game Programming
    Replies: 5
    Last Post: 06-24-2002, 10:14 PM
  2. How to change window style at runtime?
    By Mr. Bitmap in forum Windows Programming
    Replies: 5
    Last Post: 06-09-2002, 04:49 PM
  3. Tab Controls - API
    By -KEN- in forum Windows Programming
    Replies: 7
    Last Post: 06-02-2002, 09:44 AM
  4. opengl code not working
    By Unregistered in forum Windows Programming
    Replies: 4
    Last Post: 02-14-2002, 10:01 PM
  5. Winamp Vis if anyone can help
    By Unregistered in forum Windows Programming
    Replies: 6
    Last Post: 01-27-2002, 12:43 AM