OVMS3-idf/examples/protocols
Michael Balzer 7124a32fed Merge branch 'release/v3.3' of https://github.com/espressif/esp-idf.git 2020-11-08 11:07:45 +01:00
..
asio feature: support vfs uart set line endings with specified uart number release/v3.3 2020-08-14 14:35:44 +08:00
aws_iot examples: aws_iot: fix cmake build issue which used to pick dummy certificates 2019-02-12 11:03:14 +05:30
coap_client doc: add CoAP README.md 2019-02-15 16:03:54 +08:00
coap_server doc: add CoAP README.md 2019-02-15 16:03:54 +08:00
esp_http_client Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
http2_request Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
http_request Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
http_server tools: fix python lint 2020-06-24 15:14:22 +08:00
https_mbedtls Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
https_request Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
https_server Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
mdns mdns example: fix print result for IPv6 addresses 2019-02-21 06:43:23 +00:00
modbus_slave freemodbus: fix incorrectly set coils read event 2019-10-09 17:49:00 +02:00
mqtt Merge branch 'release/v3.3' of https://github.com/espressif/esp-idf.git into release/v3.3 2020-07-15 12:08:17 +02: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-28 14:25:54 +08: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

README.md

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.