Bandwidth scheduling - adrian-bl/bitflu GitHub Wiki

Bitflu can be configured to auto-adjust the 'upspeed' value itself.

Uploading with 24kb/s from 06:00-22:00 and with 50kb/s from 22:00-06:00

Bitflu has a simple 'schedule' command that can change a configuration value at a given time. To display all currently scheduled events execute:

 bitflu> schedule list

The 'schedule set' command can be used to create/change a scheduler job. The syntax of 'schedule set' is easy:

 schedule set KEYNAME DEFAULTVALUE CUSTOM_VALUE@FROM-TO CUSTOM_VALUE2@FROM-TO ...

So if you would like to upload with 24kb/s from 06:00-22:00 you would execute:

 bitflu> schedule set upspeed 50 24@0600-2200

See 'help schedule' for more information

⚠️ **GitHub.com Fallback** ⚠️