OVMS3-idf/examples/04_https_request
2016-12-28 10:23:13 +11:00
..
main Replace backwards-compatible portTICK_RATE_MS with FreeRTOS v8+ portTICK_PERIOD_MS 2016-12-28 10:23:13 +11:00
Makefile Add very simple "hello world" & "blink" examples 2016-09-27 12:06:54 +10:00
README.md Add very simple "hello world" & "blink" examples 2016-09-27 12:06:54 +10:00

HTTPS Request Example

Uses an mbedTLS socket to make a very simple HTTPS request over a secure connection, including verifying the server TLS certificate.

See the README.md file in the upper level 'examples' directory for more information about examples.