|
-
Apr 7th, 2007, 11:32 PM
#1
Thread Starter
New Member
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 (eg: 1000000 Mps)
3) Compare the BW data I read to the BW limit, if exceed the limit,I want to temporary disable 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 start again.
Anyone can help me on that? What programming language is more suitable to use?
Thousands of appreciate enclosed here for those who willing to help me!!
-
Apr 9th, 2007, 12:57 PM
#2
Re: Control Window DHCP service by constantly update bandwidth usage!
I don't think you understand what DHCP is.
Your computer gets its address in one of two ways. Either you assign an address to it manually (a static IP) or you set it to ask the DHCP server (usually your router) for an address (dynamic).
The DCHP service in your computer is just the program that allows your computer to ask the server for an IP address, it has nothing to do with bandwidth.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|