OVMS3-idf/examples/protocols
chenwu 152a060425 fix: response failed when set a large response data
set the last parameter of `coap_pdu_init`, from size to COAP_MAX_PDU_SIZE
refer to https://github.com/obgm/libcoap.git/examples/contiki/coap-observer.c settings -> COAP_DEFAULT_MTU

close https://ezredmine.espressif.cn:8765/issues/23207
2018-06-26 17:13:25 +08:00
..
aws_iot 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
coap_client fix(tw16355): examples/protocols/coap_client(server) 2017-11-15 11:58:19 +08:00
coap_server fix: response failed when set a large response data 2018-06-26 17:13:25 +08:00
esp_http_client esp_http_client example test: Increase timeout when redirecting to HTTPS 2018-06-15 16:33:37 +10:00
http2_request esp-tls: Fix HTTP2 failure 2018-04-20 16:59:36 +05:30
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
https_mbedtls https mbedtls example 2018-04-06 17:16:27 +05:30
https_request https_request: Fix CI failure 2018-04-10 16:00:34 +05:30
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 Allow VFS file descriptors in select() 2018-05-18 08:06:33 +02:00
README.md Added README.md to example category folders 2017-01-18 21:03:15 +01: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.