Admission Control For WLAN ?

liunx

Guest
I have a notepad,which having a data store into it and then overwrite by a new data every 1 second constantly.<br />I want to read the data (which is the total bandwidth usage of my whole WLAN)which changing every 1 second.<br /><br />From here,I want to use the data to do an admission control of the LAN.<br />This is basically how is the idea:<br />1) Read the BW data.<br />2) Set a Bandwidth limit as reference level (eg: 1000000 Mbps)<br />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.<br />4) If the BW going below the BW limit, the DHCP service have to automatically Continue again.<br /><br />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.<br /><br /><br />Thousands of appreciate enclosed here for those who willing to help me!!<br />Edit/Delete Message <img src="http://static.dreamincode.net/forums/style_emoticons/default/icon_up.gif" style="vertical-align:middle" emoid=":^:" border="0" alt="icon_up.gif" />
</div>
 
Top