mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-12-18 13:06:55 +01:00
4 lines
462 B
Markdown
4 lines
462 B
Markdown
|
|
This example project shows how to use a custom NetworkClient class to switch between two underlying network interfaces.
|
||
|
|
|
||
|
|
In this case it shows how a board can support Wi-Fi as well as GSM/LTE connectivity. It uses a shim to switch between the two network interfaces, thereby allowing a single binary to handle both interfaces without needing to reboot. This example can be extended to cover other network interfaces that conform to the Client() class interface.
|