esp-idf/examples/protocols
Mahavir Jain dfdf9fe4e2 Merge branch 'bugfix/update_howsmyssl_cert_v3.3' into 'release/v3.3'
examples/protocols: update www.howsmyssl.com certificate to fix test failures (v3.3)

See merge request espressif/esp-idf!12214
2021-03-26 05:04:13 +00:00
..
asio esp_wifi: Update WiFi lib 2021-01-11 19:21:13 +08:00
aws_iot Merge branch 'bugfix/aws_iot_examples_cmake_build' into 'master' 2019-01-30 14:27:51 +08:00
coap_client Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
coap_server Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
esp_http_client examples/protocols: update www.howsmyssl.com certificate to fix test failures 2021-03-26 02:42:44 +00:00
http2_request example: do not check the return value of esp_wifi_connect() 2021-01-15 19:40:25 +08:00
http_request Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
http_server Enable lru_purge_enable in simple HTTP server example 2021-03-26 02:41:50 +00:00
https_mbedtls Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
https_request examples/protocols: update www.howsmyssl.com certificate to fix test failures 2021-03-26 02:42:44 +00:00
https_server example: do not check the return value of esp_wifi_connect() 2021-01-15 19:40:25 +08:00
mdns ci: Fixed mdns example test to correctly exit helper thread 2020-12-18 16:54:04 +01:00
modbus_slave freemodbus: fix incorrectly set coils read event 2019-10-09 17:49:00 +02:00
mqtt MQTT: update default broker URL for examples 2019-10-31 11:51:14 +00:00
openssl_client Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
openssl_server Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
pppos_client Docs: fix broken example README links 2020-07-07 18:22:55 +08:00
sntp sntp/lwip: Add some modes for time synchronization 2019-10-14 07:09:28 +00:00
sockets fix the bug in tcp_client 2019-02-26 09:28:17 +00:00
websocket tcp_transport/ws_client: websockets now correctly handle messages longer than buffer 2020-04-02 07:30:12 +00:00
README.md Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00

Protocols Examples

Implementation of internet communication protocols and services.

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