Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
app-notes:wlan-switching [2025/08/26 06:44] – [1. Set up the SDK script on the router] grayapp-notes:wlan-switching [2025/11/05 13:40] (current) – [1. Set up the SDK script on the router] gray
Line 8: Line 8:
  
     * NetModule Wireless Router with wireless connection     * NetModule Wireless Router with wireless connection
-    * NetModule Software [[https://share.netmodule.com/public/system-software/4.9/|4.9.0.102]] / [[https://share.netmodule.com/public/system-software/5.0/|5.0.0.100]] or newer+    * NetModule Software [[https://share.netmodule.com/public/system-software/5.0/|5.0.0.100]] or newer
     * Not available for legacy products NB1600, NB2700, NB3700, NB3710     * Not available for legacy products NB1600, NB2700, NB3700, NB3710
  
 ** **
-<WRAP center round important 70%> +<WRAP center round important 60%> 
-The wiki was tested with router software 4.9.0.102 and 5.0.0.100+The wiki was tested with router software 5.0.0.100
 </WRAP> </WRAP>
 ** **
Line 48: Line 48:
  
 ---- ----
 +The “WLAN_switching.are” script can be downloaded via the “show code” link. 
 +
 ++++show code|  ++++show code| 
 <code – WLAN_switching.are> <code – WLAN_switching.are>
Line 548: Line 550:
                   if(DEBUG)printf("The config parameter prio is set by: %s\n",ret);                   if(DEBUG)printf("The config parameter prio is set by: %s\n",ret);
                   ## Wi-Fi password                   ## Wi-Fi password
-                  nb_config_set(sprintf("wlan.%s.client.%s.psk=%s",wlan_interface,wlan_client_entry,(wlan_passwort_field[q])));  ## Passwort wird aus der Feld gezogen+                  nb_config_set(sprintf("wlan.%s.client.%s.psk=%s",wlan_interface,wlan_client_entry,(wlan_passwort_field[q])));
                   ret = nb_config_done();                   ret = nb_config_done();
                   while (ret){                   while (ret){