Search found 9 matches

by metered
Sat Jun 20, 2020 1:36 am
Forum: ESP-IDF
Topic: example of HTTP server in AP mode?
Replies: 16
Views: 39512

Re: example of HTTP server in AP mode?

I wish I'd read the full post instead of just getting to the first example... I made this instead, but to readers there is probably a better example at the end of the first page... #include "string.h" #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "freertos/event_groups.h" #inclu...
by metered
Fri May 17, 2019 6:18 pm
Forum: ESP32 Arduino
Topic: DeAuth / Logout of being BasicAuthUser
Replies: 0
Views: 2070

DeAuth / Logout of being BasicAuthUser

Hi,

In the example of "File -> Examples -> Webserver -> HttpAdvancedAuth" or similar, how do you logout.
How is it achieved elsehow?

Cheers
by metered
Thu May 16, 2019 11:37 pm
Forum: ESP32 Arduino
Topic: How can I parse client's http requests while using the ESP32 as the access point?
Replies: 1
Views: 2891

Re: How can I parse client's http requests while using the ESP32 as the access point?

If the right libraries are installed and you have the board set to the right ESP then you should see some extra demos in the File menu under Examples, scroll down until you find WiFi, then WiFiAccessPoint
by metered
Wed May 15, 2019 11:31 pm
Forum: ESP32 Arduino
Topic: Know if http request is via AP or Wifi
Replies: 1
Views: 2721

Re: Know if http request is via AP or Wifi

Used req->getHeader("Host"); and now feel embarrassed lol
by metered
Wed May 15, 2019 9:07 pm
Forum: ESP32 Arduino
Topic: Know if http request is via AP or Wifi
Replies: 1
Views: 2721

Know if http request is via AP or Wifi

Hi, How do you tell if the request came via the Access Point (192.168.4.1) or via the Wifi (192.168.1.*). i.e. so can send a meta timed redirect (after reboot) to the right address *** In addition, but either way (wifi.h)... Also using following server library https://techtutorialsx.com/2019/04/07/e...
by metered
Mon May 13, 2019 3:54 pm
Forum: ESP32 Arduino
Topic: Can I use a OV7670 camera with the Arduino CameraWebServer example for ESP32 Wrover?
Replies: 3
Views: 7362

Re: Can I use a OV7670 camera with the Arduino CameraWebServer example for ESP32 Wrover?

I've not used one with an ESP myself (on Pi yes), but looking at youtube, etc, there are plenty who have... So maybe a few more details to help diagnose
by metered
Sun May 12, 2019 11:50 am
Forum: ESP32 Arduino
Topic: HTTPS Secure Server
Replies: 5
Views: 10990

Re: HTTPS Secure Server

Hi and many thanks I had an hour yesterday so had a more detailed look around Espressif website and found a page in Sample Code which led me to another page and library... Just as professional and easy as the IDF libraries... https://www.esp32.com/viewtopic.php?f=18&t=8383 => https://techtutorialsx....
by metered
Tue May 07, 2019 2:04 am
Forum: ESP32 Arduino
Topic: HTTPS Secure Server
Replies: 5
Views: 10990

Re: HTTPS Secure Server

Thanks, not tried esp-idf before, got many examples going now but not a softAP and webserver yet... next time... Cheers
by metered
Mon May 06, 2019 1:37 am
Forum: ESP32 Arduino
Topic: HTTPS Secure Server
Replies: 5
Views: 10990

HTTPS Secure Server

What is the standard TLS/SSL/HTTPS webserver to use?

All the examples I've found are for clients, I need a webserver please


***Even tried ArduinoBearSSL library
*** Using Arduino IDE


Cheers