OVMS3-idf/examples/protocols
Ivan Grokhotkov 1ad8b96fed Merge branch 'bugfix/mqtt_tests_local_broker' into 'master'
MQTT tests: connect to local broker when running in CI to make the tests more reliable

See merge request idf/esp-idf!3926
2019-01-14 16:29:43 +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 examples: Fix Python coding style 2018-12-06 09:34:33 +01: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 examples, tools: Fix Python3 deprecation warning for the imp module 2018-12-20 12:44:33 +01:00
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.