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-hotes:wifi-switcher [2023/12/12 09:34] – [Application example] cakirapp-hotes:wifi-switcher [2023/12/12 12:21] (current) – [Goal] cakir
Line 1: Line 1:
 ====== Wifi Switcher ====== ====== Wifi Switcher ======
  
-===== Goal ===== +===== Goal and benefit for the costumer ===== 
-In this guide we will describe how to setup the WiFi Switcher SDK script on a Netmodule router. This script will take care of automatically connecting to a WiFi Access Point when it is part of a list we defined. The list is in a seperate file and consists of SSIDs and associated Password.+In this guide we will describe how to setup the WiFi Switcher SDK script on a Netmodule router. This script will take care of automatically connecting to a WiFi Access Point when it is part of a list we defined. The list is in a seperate file and consists of SSIDs and associated Password. The benefit is that only these known access points can be connected to. 
  
 ===== Application example ===== ===== Application example =====
Line 8: Line 9:
      
      
-<konsole>+<code c application-example>
 TRAIN        TRAIN        TRAIN          TRAIN TRAIN        TRAIN        TRAIN          TRAIN
 STATION A    STATION B    STATION C      STATION X STATION A    STATION B    STATION C      STATION X
Line 19: Line 20:
         +--------+         +--------+
 +----------------------------------------------> +---------------------------------------------->
-</konsole>+</code>
  
 ===== Setup ===== ===== Setup =====