Search found 3 matches

by praveenvaniamkulam
Wed Oct 09, 2024 6:30 am
Forum: General Discussion
Topic: How to connect to wifi network while in APSTA mode?
Replies: 5
Views: 3890

Re: How to connect to wifi network while in APSTA mode?

Hi All, I am trying to communicate to external IP address in WIFI_MODE_APSTA which is not working. Terminal log mentions that station is already connected and assigned with a IP adderss. Code snippet as given below: //public DNS server address struct sockaddr_in public_dns; public_dns.sin_addr.s_add...
by praveenvaniamkulam
Mon Sep 30, 2024 6:16 am
Forum: ESP-IDF
Topic: Wifi repeater with a captive portal
Replies: 0
Views: 358

Wifi repeater with a captive portal

Hi everyone, I'm looking to create a WiFi repeater that includes a captive portal for user authentication. The repeater can be built using the resources available at https://github.com/martin-ger/esp_wifi_repeater. The goal is to redirect all users to a captive portal authentication page, allowing o...
by praveenvaniamkulam
Fri Sep 27, 2024 11:38 am
Forum: ESP-IDF
Topic: Captive portal using DHCP option 114 not working on Android/iOS
Replies: 0
Views: 241

Captive portal using DHCP option 114 not working on Android/iOS

This is regarding the captive portal example code given in https://github.com/espressif/esp-idf/tree/master/examples/protocols/http_server/captive_portal Example works well for the first approach using "funnelling" of DNS. Client opens the captive webpage, once connected to AP. I tried using the sec...