LP WiFi Click Example.
Description
This example reads and processes data from LP WiFi clicks.
The demo application is composed of two sections :
Application Init
Initializes the driver and powers up the module, then connects to the desired AP and creates TCP and UDP servers on the desired local port.
Application Task
Logs all the data received from TCP/UDP clients on the USB UART.
Additional Function
- static void lpwifi_clear_app_buf ( void )
- static err_t lpwifi_process ( void )
- static void lpwifi_error_check( err_t error_flag )
- static void lpwifi_log_app_buf ( void )
- static err_t lpwifi_rsp_check ( void )
- static void lpwifi_check_connection( void )
- Note
- In order for the example to work, user needs to set the AP SSID, password, and Local port on which the TCP server and UDP socket will be created. Enter valid data for the following macros: AP_SSID, AP_PASSWORD and LOCAL_PORT.
- Author
- Stefan Filipovic