- Fri May 13, 2016 7:08 am
#47395
Thanks for the reply. I looked at the project and into your WifiManager but it does not shed light on my question. I don't use the Adruino IDE and I "think" it uses the non-os implementation.
My question is specific to the RTOS implementation.
I got it to respond ... here is how ...
When I asked the question the Ipad always responded "no Internet available".
Wish wireshark could track wireless!!!!
I added a DNS Server.
In user_init() I called wifi_softap_set_dhcps_offer_option(OFFER_ROUTER, &mode);
which informed any wireless device acquiring an IP from the AP that the AP was also a DNS server.
I implemented a DNS Server (a task) - that would return the AP's IP address for any DNS request.
Now if I enter any web site name --- BANG!! -- the web server is notified and responds.
Simple little DNS server addition solved my issue.