OVMS3-idf/examples/protocols
Kedar Sovani 3ace8416b5 [examples] Create HTTP2 example with http2.golang.org
Intention is to partition the demo into multiple files, so that the
main program is quite easy to follow.
1. connectlib.c: For any URL parsing and TCP connection related stuff
2. sh2lib.c: Convenience functions for HTTP2+TLS. The goal here is to
   expose a simpler API than nghttp2. If most usecases end up being
   served with this library, it could potentially be moved into a separate
   component
2017-11-06 09:43:03 +05:30
..
aws_iot AWS IoT Device SDK Support 2017-03-13 17:23:29 +08:00
coap_client examples: Standardise naming of files, symbols, etc. in examples 2017-03-27 17:42:05 +11:00
coap_server examples: Standardise naming of files, symbols, etc. in examples 2017-03-27 17:42:05 +11:00
http2_request [examples] Create HTTP2 example with http2.golang.org 2017-11-06 09:43:03 +05:30
http_request Added socket receiving timeout, ref. TW#14353 / GitHub issue #844 2017-09-11 05:15:39 +02:00
https_request mbedtls: Rename net to net_sockets (in line with 2.4.0 API change) 2017-09-07 18:02:39 +10:00
mdns examples: Standardise naming of files, symbols, etc. in examples 2017-03-27 17:42:05 +11:00
openssl_client openssl_client, openssl_server example: Fix misspelling of PRIORITY in OPENSSL_EXAMPLE_TASK_PRIORITY 2017-09-20 12:09:01 +10:00
openssl_server openssl_client, openssl_server example: Fix misspelling of PRIORITY in OPENSSL_EXAMPLE_TASK_PRIORITY 2017-09-20 12:09:01 +10:00
pppos_client PPPoS example: Move pin configuration to menuconfig, add log statement 2017-04-21 14:29:16 +10:00
sntp Mass replacement of http with https urls, fixed broken urls 2017-09-06 08:16:01 +02:00
udp_multicast lwip: Remove undocumented CONFIG_MDNS macro flag 2017-10-02 10:50:27 +11: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.