Captive Network Setup

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
MuOr_1658816
Level 4
Level 4
First like received
I am using the SoftAP mode to display a custom setup page for the device. I was wondering if there is away to support CaptiveNetworkSupport for iOS or similar devices?
0 Likes
1 Reply
Anonymous
Not applicable

A demonstration of Captive Network / Captive Portal can be seen in the "snip.config_mode" application that utilizes the built in configuration function wiced_configure_device().

The source code of that implemention can be found in:

Wiced/internal/config.c

Wiced/internal/config_http_content.c

Note that the dns_redirect daemon is also used.