Configuring Dynamic Channel Selection
Features > Dynamic Channel Selection (Smart Manager)
The following configuration is tested using Morse Micro EKH01 firmware version OpenWrt version 2.3.3.
Via webUI
DCS can be configured in the settings under the Network -> Wireless menu:
Select ‘Edit’ next to the HaLow network that is to be configured:
Then tick the ‘Dynamic Channel Selection’ option to enable DCS:
Sample of the smart_manager.radio0.conf configuration file:
interface_name = "wlan0"
logging: {
level = 2
}
backends: {
hostapd: {
control_path: "/var/run/hostapd_s1g"
}
}
datalog: {
root_dir = "/var/log"
dcs: {
enabled = false
}
}
dcs: {
algo_type = "ewma"
ewma: {
ewma_alpha = 30
rounds_for_csa = 10
threshold_percentage = 5
sec_per_scan = 2
sec_per_round = 10
}
trigger_csa = True
dtims_for_csa = 10
}