OVMS3-idf/components/tcp_transport
David Cermak db121a56e1 tcp_transport: modified ws_read to read payload directly to the read buffer and separately from header bytes
Previous version read all data to the buffer including header which reduced maximum payload read. This version uses a local array to receive header and reads payload bytes to the buffer
2019-05-27 16:31:24 +02:00
..
include esp_http_client: add support for using certs from global ca store 2019-02-27 14:19:06 +05:30
CMakeLists.txt tcp_transport: Fix case sensitive header comparison 2019-03-14 14:31:28 +05:30
component.mk MQTT: Integrate esp-mqtt library into idf 2018-09-12 08:00:59 +02:00
transport.c separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
transport_ssl.c esp_http_client: add support for using certs from global ca store 2019-02-27 14:19:06 +05:30
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 tcp_transport: modified ws_read to read payload directly to the read buffer and separately from header bytes 2019-05-27 16:31:24 +02:00