Commit Graph

  • 1f5eb396c5 Fix IDFv5.0 include paths modem-v0.1.15 Tomas Rezucha 2022-03-16 08:23:14 +01:00
  • feba7e915f Deploying to gh-pages from @ espressif/esp-protocols@827bebd2bc 🚀 david-cermak 2022-03-04 11:51:46 +00:00
  • 827bebd2bc Merge pull request #20 from antmak/bugfix/passing_cmake_cxx_std_option david-cermak 2022-03-04 12:49:51 +01:00
  • 745201b188 build: fix issue with passing cxx_std option, a common workaround modem-v0.1.14 Anton Maklakov 2022-03-04 16:07:38 +07:00
  • 328dd70525 Deploying to gh-pages from @ espressif/esp-protocols@ca266cabd0 🚀 david-cermak 2022-03-04 07:47:02 +00:00
  • ca266cabd0 Merge pull request #16 from david-cermak/update/modem_test_dynamic_poly david-cermak 2022-03-04 08:45:20 +01:00
  • e54b240870 add(esp_modem): Add unit test to check polymorphic delete David Cermak 2022-02-23 11:00:05 +01:00
  • 2a67b396d3 Deploying to gh-pages from @ espressif/esp-protocols@4ccc32ffb5 🚀 david-cermak 2022-03-04 07:20:46 +00:00
  • 4ccc32ffb5 Merge pull request #19 from david-cermak/bugfix/fix_docs_build david-cermak 2022-03-04 08:18:53 +01:00
  • 91a177edd4 fix(ws_client): Docs to refer esp-protocols David Cermak 2022-03-04 07:47:19 +01:00
  • f303cdc70b fix(CI): build docs & publish component failure David Cermak 2022-03-04 07:31:44 +01:00
  • 6040337418 Deploying to gh-pages from @ espressif/esp-protocols@ab8c2da395 🚀 david-cermak 2022-03-02 12:45:03 +00:00
  • ab8c2da395 Merge pull request #18 from gabsuren/esp_websocket_client_migration_with_history david-cermak 2022-03-02 13:43:34 +01:00
  • 80c3cf0f02 websocket: Initial version based on IDF 5.0 websocket-v0.0.1 gabsuren 2022-03-01 13:42:35 +04:00
  • b3c777ad43 freertos: Remove legacy data types Darian Leung 2022-02-08 17:39:38 +08:00
  • 8ce791e969 websocket: Added configs reconnect_timeout_ms and network_timeout_ms gabsuren 2022-01-31 16:43:07 +04:00
  • fc7ed90d74 websocket: Updated Kconfig to use 'echo.websocket.events' echo server Updated README to show how to run websocket echo server using Flask dizcza 2022-01-19 11:52:55 +02:00
  • 59e82695e7 ws_client: Optimize example test payloads and timeouts David Cermak 2022-01-14 18:11:59 +01:00
  • 755f16222f ci/websockets: Run ws-client example test on ethernet runners David Cermak 2022-01-14 14:34:24 +01:00
  • bece6e7045 Add http_parser (new component) dependency Mahavir Jain 2021-12-31 13:50:55 +05:30
  • 46bd32d952 websocket: removed deprecated API "esp_websocket_client_send" Suren Gabrielyan 2021-12-02 16:46:26 +04:00
  • 525c70c0b2 refactor (test_utils)!: separate file for memory check functions Jakob Hasse 2021-11-18 14:27:30 +08:00
  • c4c323666e docs: Fix spell and grammatical errors - PCNT - ESP-TLS - ESP WebSocket Client Laukik Hase 2021-11-26 10:44:48 +05:30
  • 19c0455b4d Build & config: Remove leftover files from the unsupported "make" build system Roland Dobai 2021-11-05 15:38:25 +01:00
  • 665c520faf [examples]: removed hyphens Jakob Hasse 2021-07-05 14:33:56 +08:00
  • 9118e0f044 transport: Add CONFI_WS_TRANSPORT for optimize the code size liuhan 2021-04-16 17:23:18 +08:00
  • fbdbd550c0 ws_client: Fix const correctness in the API config structure 0xFEEDC0DE64 2021-06-07 16:58:25 +02:00
  • 028be5a8d7 Split example_tests with Example_WIFI tag group into Example_OTA and Example_Protocols Shubham Kulkarni 2021-03-25 15:20:30 +05:30
  • de7cd72f70 components: Remove repeated keep alive function by ssl layer function yuanjm 2021-02-19 15:50:42 +08:00
  • 4a608ec1cd components: Support bind socket to specified interface in esp_http_client and esp_websocket_client component yuanjm 2021-01-19 17:50:31 +08:00
  • f0351ff378 esp_websocket_client: Don't log the filename when logging "Websocket already stop" Angus Gratton 2021-02-18 10:09:47 +11:00
  • 9219ff710a websocket: Add websocket unit tests yuanjm 2021-01-21 19:45:00 +08:00
  • 86aa0b8d39 websockets: Set keepalive options after adding transport to the list David Cermak 2021-02-02 10:38:34 +01:00
  • 1933367f63 websocket: Add configurable ping interval Akihiro YAMAZAKI 2021-01-14 16:30:47 +09:00
  • cf697a1a1b style: format python files with isort and double-quote-string-fixer Fu Hanxi 2021-01-26 10:49:01 +08:00
  • 95cf983502 ws_transport: Add option to propagate control packets to the app David Cermak 2021-01-11 18:15:13 +01:00
  • 8a6c320a29 Add options for esp_http_client and esp_websocket_client to support keepalive Shubham Kulkarni 2021-01-11 16:24:48 +05:30
  • d1dd6ece38 websocket: support mutual tls for websocket Closes https://github.com/espressif/esp-idf/issues/6059 yuanjm 2021-01-04 10:15:15 +08:00
  • 36167db336 test: remove fake binary size check in example test: He Yin Ling 2020-11-24 16:40:15 +08:00
  • d376480766 Whitespace: Automated whitespace fixes (large commit) Angus Gratton 2020-11-10 18:40:01 +11:00
  • e90272c812 Websocket client: avoid deadlock if stop called from event handler Marius Vikhammer 2020-08-06 14:48:13 +08:00
  • fda070ba39 ws_client tests: Updated example test to use WebsSocket package David Cermak 2020-07-21 16:04:25 +02:00
  • 6d12d06605 tcp_transport: Added internal API for underlying socket, used for custom select on connection end for WS David Cermak 2020-07-17 17:59:05 +02:00
  • 1455bc0305 ws_client: Added support for close frame, closing connection gracefully David Cermak 2020-07-17 17:59:05 +02:00
  • 01b4f640d9 driver, http_client, web_socket, tcp_transport: remove __FILE__ from log messages Chen Yi Qun 2020-07-29 20:46:37 +08:00
  • 6ab0aea841 websocket_client : fix some issues for websocket client xutao 2020-07-15 21:13:21 +08:00
  • 5f2a50f09f doc/websocket: updates the API reference for ESP WebSocket Client Marius Vikhammer 2020-04-07 12:58:07 +08:00
  • b71c49c277 websocket: add configurable timeout for PONG not received Marius Vikhammer 2020-05-22 20:34:20 +08:00
  • f8e3ba7813 websocket client: the client now aborts the connection if send fails. Marius Vikhammer 2020-05-25 14:59:22 +08:00
  • 7a5b2d5a7d ws_client: fix fragmented send setting proper opcodes David Cermak 2020-03-25 21:22:25 +01:00
  • 42920d7fb5 Fix format string in websocket example Elia Bieri 2020-04-02 22:48:58 +02:00
  • 2b044f2434 Add multi-target support for performance tests Roland Dobai 2020-02-28 16:12:11 +01:00
  • 2b6022c85d examples: websocket example to send textual data with esp_websocket_client_send_text() David Cermak 2020-03-05 16:26:26 +01:00
  • fae2343b19 docs: add new top-level docs builder that builds docs for a single chip Angus Gratton 2019-11-13 11:46:16 +08:00
  • 17281a515e esp32: add implementation of esp_timer based on TG0 LAC timer Konstantin Kondrashov 2020-02-06 14:00:18 +08:00
  • aec6a75d40 tcp_transport/ws_client: websockets now correctly handle messages longer than buffer Marius Vikhammer 2019-11-14 18:09:38 +08:00
  • a6be8e2e3d websocket: added missing event data Marius Vikhammer 2019-12-19 17:32:14 +08:00
  • 09453e4694 esp_netif, examples: esp_netif_init() moved into ESP_ERROR_CHECK() David Cermak 2019-11-29 10:54:02 +01:00
  • 3b0488cfdc websocket_client: added example_test with a local websocket server Marius Vikhammer 2019-10-15 17:27:47 +08:00
  • f21a2f32e0 test: update example and unit tests with new import roles: He Yin Ling 2019-11-27 11:58:07 +08:00
  • a48b0fafe8 Add User-Agent and additional headers to esp_websocket_client David N. Junod 2019-11-15 04:15:55 -07:00
  • 1fcc001ae8 ws_client: fix handling timeouts by websocket client. David Cermak 2019-11-12 17:42:51 +01:00
  • a41e3383b3 examples: protocol examples which use common connection component updated to use esp_netif_init instead of tcpip_adapter in initialization code David Cermak 2019-08-31 16:19:21 +02:00
  • d0121b964d websocket_client: fix locking mechanism in ws-client task and when sending data David Cermak 2019-10-07 16:24:57 +02:00
  • f55d8391c9 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 David Cermak 2019-09-16 15:22:29 +02:00
  • fe26b734b5 Cosmetic Kconfig fixes Roland Dobai 2019-10-04 12:14:05 +02:00
  • f5a26c4d32 websocket_client: fix URI parsing to include also query part in websocket connection path David Cermak 2019-09-25 15:30:01 +02:00
  • 23f6a1d46e ws_client: fixed posting to event loop with websocket timeout David Cermak 2019-08-26 08:30:09 +02:00
  • 2553d65e64 ws_client: added subprotocol configuration option to websocket client David Cermak 2019-08-22 22:00:41 +02:00
  • 67949f94f4 ws_client: fixed path config issue when ws server configured using host and path instead of uri David Cermak 2019-08-22 21:25:20 +02:00
  • bfc88ab76c ws_client: fixed transport config option when server address configured as host, port, transport rather then uri David Cermak 2019-08-22 21:01:08 +02:00
  • 343fbfdcc9 ci: limit example test to ESP32s Michael (XIAO Xufeng) 2019-08-29 17:54:14 +08:00
  • 4d644954fe esp_wifi: wifi support new event mechanism liu zhifu 2019-07-05 16:58:04 +08:00
  • da74a4a489 tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) Anton Maklakov 2019-07-16 16:33:30 +07:00
  • f718676083 ws_client: fix double delete issue in ws client initialization David Cermak 2019-06-20 17:48:11 +02:00
  • 13a40d2344 ws_client: removed dependency on internal tcp_transport header David Cermak 2019-07-03 17:06:38 +02:00
  • 35d6f9a2c6 examples: use new component registration api Renz Christian Bagaporo 2019-04-28 15:38:46 +08:00
  • f3a0586663 esp_websocket_client: Add websocket client component Tuan 2019-06-20 15:37:40 +08:00
  • 41c8a0d25d Deploying to gh-pages from @ espressif/esp-protocols@04a7643d67 🚀 david-cermak 2022-02-28 09:06:46 +00:00
  • 04a7643d67 Merge pull request #17 from mensi/implement-sync david-cermak 2022-02-28 10:05:21 +01:00
  • 8b3d420055 Implement esp_modem_sync for the C API Manuel Stocker 2022-02-23 17:25:19 +01:00
  • 6909de5825 Deploying to gh-pages from @ espressif/esp-protocols@50b083a58c 🚀 david-cermak 2022-02-23 10:02:54 +00:00
  • 50b083a58c Merge pull request #14 from b1ackviking/fix-missing-virtual-dtors david-cermak 2022-02-23 11:01:48 +01:00
  • 325a1933c4 fix: missing default statement in a switch in the modem_console example Vladimir Chistyakov 2022-01-28 19:48:08 +07:00
  • face03e4e5 fix: add virtual destructors to ModuleIf and CommandableIf Vladimir Chistyakov 2022-01-28 13:46:28 +07:00
  • 891c2a93c5 Deploying to gh-pages from @ espressif/esp-protocols@5d27b2681a 🚀 david-cermak 2021-12-07 15:04:09 +00:00
  • 5d27b2681a Merge pull request #10 from david-cermak/bugfix/modem_parse_battery_status david-cermak 2021-12-07 16:03:00 +01:00
  • 2cb74cf8d0 Update(esp_modem): Bump component version modem-v0.1.13 David Cermak 2021-12-06 12:49:09 +01:00
  • d879e82a42 fix(esp_modem): Update the test to exersise CBC parser David Cermak 2021-12-06 11:16:38 +01:00
  • 4f1d31f9b7 fix(esp_modem): Fix battery status parse David Cermak 2021-12-06 11:12:00 +01:00
  • 70ecaa34bd Deploying to gh-pages from @ espressif/esp-protocols@bece4efa09 🚀 david-cermak 2021-12-01 14:32:37 +00:00
  • bece4efa09 Merge pull request #9 from david-cermak/bugfix/esp_modem_read_module_name david-cermak 2021-12-01 15:31:23 +01:00
  • 8417e232aa fix(esp_modem): Read module name with AT commands David Cermak 2021-11-25 16:24:49 +01:00
  • 34bdf992fb Deploying to gh-pages from @ espressif/esp-protocols@5f0832a0ad 🚀 david-cermak 2021-11-18 14:43:45 +00:00
  • 5f0832a0ad Merge pull request #7 from david-cermak/feature/ci_test_report david-cermak 2021-11-18 15:42:33 +01:00
  • ea3f0d25be Deploying to gh-pages from @ espressif/esp-protocols@464baeeb83 🚀 david-cermak 2021-11-18 11:14:32 +00:00
  • 464baeeb83 Merge pull request #8 from sudeep-mohanty/master david-cermak 2021-11-18 12:13:17 +01:00
  • 5d9ad9cffd esp_modem: Update FreeRTOS EventQueueHandle_t forward declaration modem-v0.1.12 Sudeep Mohanty 2021-11-17 09:50:10 +05:30
  • 9fbd6e658a CI: Build on linux and Run host tests David Cermak 2021-11-17 11:30:06 +01:00
  • 8465b14653 fix(esp_modem): linux port to work with lwip-2.1.2 David Cermak 2021-11-17 13:27:52 +01:00