This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
app-hotes:wifi-switcher [2023/11/01 07:29] – [wifi-switcher.are] cakir | app-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. |
===== Application example ===== | ===== Application example ===== | ||
Background for this script is a customer who uses our routers in railway applications. The router in the train is supposed to connect to a WiFi network on each respective train station. Only WiFi access points that can be found in the list are used to connect to. | Background for this script is a customer who uses our routers in railway applications. The router in the train is supposed to connect to a WiFi network on each respective train station. Only WiFi access points that can be found in the list are used to connect to. | ||
| | ||
+ | | ||
+ | <code c application-example> | ||
+ | TRAIN TRAIN TRAIN TRAIN | ||
+ | STATION A STATION B STATION C STATION X | ||
+ | +--------+ | ||
+ | |WIFI AP1| |WIFI AP2| |WIFI AP3| |WIFI APX| | ||
+ | | | | ||
+ | +--------+ | ||
+ | |||
+ | TRAIN WIFI CLIENT | ||
+ | +--------+ | ||
+ | +----------------------------------------------> | ||
+ | </ | ||
+ | |||
===== Setup ===== | ===== Setup ===== | ||
Here we will describe step-by-step how to setup the router with the wifi switcher functionality. | Here we will describe step-by-step how to setup the router with the wifi switcher functionality. |