OVMS3-idf/examples/protocols
Angus Gratton 52b27890de Merge branch 'bugfix/examples_http_file_server_readme' into 'master'
HTTP File Server : Fix README of example

See merge request idf/esp-idf!4112
2019-01-23 09:06:46 +08:00
..
asio examples: Fix Python coding style 2018-12-06 09:34:33 +01:00
aws_iot examples: update default root-ca for aws_iot demos 2018-12-18 11:05:16 +05:30
coap_client Merge branch 'doc/add_coap_readme' into 'master' 2018-12-13 15:22:50 +08:00
coap_server Merge branch 'doc/add_coap_readme' into 'master' 2018-12-13 15:22:50 +08:00
esp_http_client esp_http_client: Fix config member path's incorrect setting issue 2019-01-21 19:08:24 +08:00
http2_request cmake: make main a component again 2018-09-11 09:44:12 +08:00
http_request cmake: make main a component again 2018-09-11 09:44:12 +08:00
http_server http file_server : Fix README of example 2019-01-15 12:58:55 +05:30
https_mbedtls cmake: make main a component again 2018-09-11 09:44:12 +08:00
https_request examples: Fix Python coding style 2018-12-06 09:34:33 +01:00
https_server esp_https_server : Docs and API references fixed 2018-11-19 04:00:21 +00:00
mdns examples: Fix Python coding style 2018-12-06 09:34:33 +01:00
modbus_slave examples: change max register area size to maximum value 2019-01-11 09:49:11 +01:00
mqtt mqtt tests: connect to local broker when running in CI to make the tests more reliable 2019-01-11 15:30:15 +01:00
openssl_client cmake: make main a component again 2018-09-11 09:44:12 +08:00
openssl_server examples: Correct Content-Length in openssl_server example 2018-11-08 15:57:12 +05:30
pppos_client cmake: make main a component again 2018-09-11 09:44:12 +08:00
sntp cmake: make main a component again 2018-09-11 09:44:12 +08:00
sockets examples: Fix Python coding style 2018-12-06 09:34:33 +01: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.