Hotspot on dynamic queue with global limit

Hi all,

I’ve found a lot of sites talking about queues, hotspot, etc.. but I could not find one with a simple cenario.

Lets assume that I have a link of 200mbps and I want to give to all hotspot users 100mbps.

So if we have 1 connected user, this will have all 100mbps. If a second guy connects, they will have 50mpbs each, so on…

How can I implement this dynamic queue based on the connected users ? would have to use a queue tree or a simple queue will work ? shoul I have a script to do this “dynamic” magic or the hotspot has some parameters to work like this ?

cheers