esp-idf/examples/protocols
Anurag Kar e2da1d9905 http_server : Fix and enable example tests
This introduces the following changes in the example test scripts :
* Dependency on python requests library removed in favor of httplib
* Bug fixed in the logic responsible for receiving and processing http chunked responses
* Default timeouts increased Note : Due to connectivity issues (between runner host and DUT) in the runner environment, some of the advanced_tests are being ignored. These tests are intended for verifying the expected limits of the http_server capabilities, and implement sending and receiving of large HTTP packets and malformed requests, running multiple parallel sessions, etc. It is advised that all these tests be run locally, when making changes or adding new features to this component.
2018-08-30 03:01:59 +05:30
..
asio asio: added socket timeout for example tests 2018-08-06 22:05:15 +02:00
aws_iot aws-iot: Make thing shadow example compatible with v3 of aws iot sdk 2018-08-07 11:28:54 +05:30
coap_client coap: pass null-terminated string to gethostbyname 2018-07-02 10:05:03 +08:00
coap_server fix(tw16355): examples/protocols/coap_client(server) 2017-11-15 11:58:19 +08:00
esp_http_client Merge branch 'feature/http_client_head' into 'master' 2018-08-08 20:58:39 +08:00
http2_request fix the crash when http2_request example send/recv fail 2018-08-06 11:39:01 +00:00
http_request Fix Kconfig.projbuild in some examples, where myssid is erroneously kept as the default value for password. 2018-04-05 14:34:43 +05:30
http_server http_server : Fix and enable example tests 2018-08-30 03:01:59 +05:30
https_mbedtls https mbedtls example 2018-04-06 17:16:27 +05:30
https_request ci: temp disable http client tests: 2018-07-27 19:45:12 +08:00
mdns remove executable permission from source files 2018-05-29 20:07:45 +08:00
openssl_client lwip: Change socket API macros to static-inline 2017-11-29 11:42:14 +05:30
openssl_server remove executable permission from source files 2018-05-29 20:07:45 +08:00
pppos_client Resolve problems found by enabling -Wwrite-strings compilation flag 2018-04-10 08:53:43 +02:00
sntp Fix Kconfig.projbuild in some examples, where myssid is erroneously kept as the default value for password. 2018-04-05 14:34:43 +05:30
udp_multicast udp_multicast example: Change port to 3333 to match README, log port from example 2018-07-23 18:25:33 +10: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.