Commit Graph

  • 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
  • b5101237ca Deploying to gh-pages from @ espressif/esp-protocols@e7ae0301ae 🚀 david-cermak 2021-11-18 06:37:52 +00:00
  • e7ae0301ae Merge pull request #5 from david-cermak/bugfix/missign_c_api david-cermak 2021-11-18 07:36:40 +01:00
  • 96498760bf esp_modem: New version to publish to component registry modem-v0.1.11 David Cermak 2021-11-16 08:13:26 +01:00
  • cf990d1a87 Docs: Add links to GitHub pages David Cermak 2021-11-16 08:11:57 +01:00
  • 5299b425e8 esp_modem: Add missing AT commands to plain C-API David Cermak 2021-11-12 20:21:10 +01:00
  • 4eb61cdc79 Deploying to gh-pages from @ espressif/esp-protocols@bcb1ab99bd 🚀 david-cermak 2021-11-16 06:58:29 +00:00
  • 4731d43d9a Initial gh-pages commit david-cermak 2021-11-16 06:58:29 +00:00
  • bcb1ab99bd Merge pull request #4 from david-cermak/feature/build_docs david-cermak 2021-11-16 07:56:50 +01:00
  • 2c21aa1113 CI/Docs: Generate docs locally before uploading to registry David Cermak 2021-11-12 16:24:41 +01:00
  • b9ff1e4e12 CI/Docs: Add jobs to deploy component docs David Cermak 2021-11-12 12:01:34 +01:00
  • 23dbdb584e Merge pull request #3 from david-cermak/feature/upload_components david-cermak 2021-11-08 18:04:37 +01:00
  • 1d0cc49c3f CI: Sync issues to JIRA David Cermak 2021-11-08 12:54:42 +01:00
  • c1249aec17 CI: Upload comonents to Espressif Service on master David Cermak 2021-11-08 12:14:44 +01:00
  • 2bbcb95e53 Merge pull request #2 from sudeep-mohanty/master david-cermak 2021-11-08 12:44:05 +01:00
  • 58887170d2 esp_modem: Update Task handle and Event Group handle to match freertos v10.4.3 Sudeep Mohanty 2021-11-08 10:46:53 +05:30
  • cc7aa03a37 Merge pull request #1 from david-cermak/master david-cermak 2021-11-04 13:33:59 +01:00
  • 15a858b735 CI: Move separate master job to the loop loop David Cermak 2021-11-04 13:21:47 +01:00
  • 01e2a9c109 Examples: Fix print format for http_client() API David Cermak 2021-11-04 11:41:11 +01:00
  • c0021ceeb2 CI: Rewrite flat build jobs using test matrix David Cermak 2021-11-04 10:28:08 +01:00
  • fec83e5915 CI: Initial GitHub Action to build examples David Cermak 2021-11-03 10:56:30 +01:00
  • c8c24ed2fc Examples: Fix build error when SIM needs no PIN David Cermak 2021-11-03 13:45:36 +01:00
  • b380ded5fa Examples: Use bigger 4M flash for OTA example David Cermak 2021-11-03 13:08:52 +01:00
  • 38f6eb963a README: esp-protocol repository David Cermak 2021-10-04 11:39:32 +02:00
  • 2a2d27086f esp_modem(0.1.9): Fix CMake3.5 build with no cxx_std_17 feature modem-v0.1.9 David Cermak 2021-07-29 16:16:15 +02:00
  • 9dd1bd5ed0 esp_modem: 0.1.8: Update comonent version modem-v0.1.8 David Cermak 2021-07-23 09:43:25 +02:00
  • 918db0d2f1 Add pre upload script to deploy the docs before component upload David Cermak 2021-07-23 09:42:25 +02:00
  • c1b1330680 esp_modem(Docs): Minor correction of the docs David Cermak 2021-06-17 16:46:45 +02:00
  • fb7295e91a Examples/console: Remove unnecessary event-base check on IP handler David Cermak 2021-06-25 18:32:10 +02:00
  • 8236b3d490 Examples: Extend CMux client default stack size for the main task David Cermak 2021-06-17 16:23:37 +02:00
  • fb6029b66c CMUX: Refactor the protocol decoder to multiple methods per cmux state David Cermak 2021-06-17 16:22:31 +02:00
  • 6e34954677 Factory: Rename Builder class to Creator, since it's not 100% builder pattern David Cermak 2021-06-17 16:21:28 +02:00
  • 148a9300a4 esp_modem: Formal updates per code review David Čermák 2021-06-17 22:20:21 +08:00
  • 1fb9150bcc Docs: Update CMux collaboration diagram to resemble composite David Cermak 2021-06-15 16:42:53 +02:00
  • a61e9e2d40 Applied astyle code formatting David Cermak 2021-06-01 10:21:51 +02:00
  • dc64f862c4 esp-modem(DCE-Factory): Minor corrections per code review David Čermák 2021-06-01 15:52:39 +08:00
  • 3332c27978 Bulk replace header guards to use David Cermak 2021-05-26 15:57:25 +02:00
  • 84b0dcfea4 Host test fix: renamed Loopback inherited member David Cermak 2021-05-26 14:45:14 +02:00
  • e0e65856f0 esp-modem(Docs): Update documentation and minor fixes David Čermák 2021-05-26 16:41:19 +08:00
  • 28433de4ad Update version to 0.1.7 -- support socket VFS modem-v0.1.7 David Cermak 2021-05-24 09:08:06 +02:00
  • 8f17a90026 esp-modem(VFS): Reworked decouple resources from the file system David Cermak 2021-05-23 20:43:50 +02:00
  • 69ad3ea589 Make the component compatible with IDFv4.1, v4.2, v4.3 David Cermak 2021-05-21 16:05:37 +02:00
  • a67d74999e Bump the version and upload the component modem-v0.1.6 David Cermak 2021-05-20 08:28:05 +02:00
  • ab93c13823 Updated per review comments David Cermak 2021-05-19 17:12:19 +02:00
  • 90641c89eb esp_modem: Moved to component folder modem-v0.1.5 David Čermák 2021-05-19 23:00:28 +08:00
  • 61f264f97a Linux port: VFS to init termux, W-no-format for linux only David Cermak 2021-05-19 07:28:40 +02:00
  • ac475f2560 Final cleanup of the docs and examples David Cermak 2021-05-18 19:10:32 +02:00