OVMS3-idf/components/tcp_transport
2020-01-20 07:26:51 +01:00
..
include ws_client: fix for not sending ping responses, updated to pass events also for PING and PONG messages, added interfaces to send both binary and text data 2019-11-01 14:14:15 +00:00
private_include esp-tls: extending error handle to contain error descriptors with last mbedtls failure and latest certificate verification result flags, reworked tcp_transport to use this error handle 2019-07-04 20:55:10 +02:00
test tcp_transport: added basic unit tests for init/destroy transports in lists or when used separately 2019-07-04 11:07:41 +02:00
CMakeLists.txt components: fix incorrect include dir args 2019-08-28 10:28:17 +08:00
component.mk esp-tls: extending error handle to contain error descriptors with last mbedtls failure and latest certificate verification result flags, reworked tcp_transport to use this error handle 2019-07-04 20:55:10 +02:00
transport.c Merge branch 'feature/tcp_transport_pass_errors_stage1' into 'master' 2019-07-08 08:51:29 +08:00
transport_ssl.c esp_tls: added connection timeout to esp_tls_conn_new_sync() 2020-01-20 07:26:51 +01:00
transport_strcasestr.c tcp_transport: Fix case sensitive header comparison 2019-03-14 14:31:28 +05:30
transport_strcasestr.h tcp_transport: Fix case sensitive header comparison 2019-03-14 14:31:28 +05:30
transport_tcp.c tcp_transport: transport set handle refactoring, web socket client name updated 2018-10-02 15:19:46 +02:00
transport_utils.c tcp_transport: renamed possibly generic function names to be esp_ prefixed and not to colide with user namespace 2018-10-02 14:16:48 +02:00
transport_ws.c ws_client: fix ping-pong mechanism to use mask, support reception of zero-payload PONG and sending non-zero-payload PING 2019-11-02 14:12:11 +01:00