Dl/Ul speed limit after 1Gb per day

Hello
I have hotspot with 35 users
HS server is turning on every day at 6:00am and turning off at 00:00 (between 00:00 and 6:00 access is free )
Router is rebooting every day at 4:00am
I want to limit each user dl and ul speed to 4Mbps/4Mbps on login and to 256k/256k if some user exceeds 1Gb of traffic per day.
Is there any way to do that?
Current ROS version is 6.19 and will update automatically after new version is released.

Thanks in advance,

I think no direct way but a work around with script might work fine. If no one has a direct solution, you could try this.

  1. You use the hotspot profile to manage the bandwidth,
  2. write a script to check the download at interval, and if it found any above 1Gb, it should change the users’ profile to that of 256k
  3. Write another script to reset each users usage daily before closing or at start up.

I don’t know if these three combine together solve your problems!