Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
sdk:scripts:best-operator [2015/05/05 15:04]
127.0.0.1 external edit
sdk:scripts:best-operator [2023/06/26 10:07]
dodenhoeft
Line 1: Line 1:
 ====== SDK Script best-operator.are ====== ====== SDK Script best-operator.are ======
 +This script will scan for operators on startup and choose the one with the best signal. The script is only recommended for static installations.
 +
 <code c best-operator.are>​ <code c best-operator.are>​
 /* DESC: This script will scan for operators on startup and choose the one with the best signal /* DESC: This script will scan for operators on startup and choose the one with the best signal
Line 57: Line 59:
     if (is_void(net) || is_void(lai) || is_void(status)) continue;     if (is_void(net) || is_void(lai) || is_void(status)) continue;
  
-    if (trim(status) == "available" && net != ""​) {+    if (trim(tolower(status)) == "Available" && net != ""​) {
         nb_syslog("​detected network '​%s'​ (lai %s)", net, lai);         nb_syslog("​detected network '​%s'​ (lai %s)", net, lai);
         networks[netcount++] = mkstruct("​network",​ net,          networks[netcount++] = mkstruct("​network",​ net,