b6bbe47cae
fix(mdns): updated the document to clarify self-querying mechanism
2024-03-05 12:38:07 +04:00
a363beea6f
Merge pull request #462 from david-cermak/feat/eppp_link
...
New component ESP-PPP-Link
eppp-v0.0.1
2024-02-23 12:22:43 +01:00
a8035c21a2
bump(eppp): Published ESP-PPP-Link as eppp-v0.0.1
2024-02-23 12:05:21 +01:00
7eefcf084e
feat(eppp): Added CI job to build examples and tests
2024-02-23 12:05:02 +01:00
18f845275f
feat(eppp): Added support for SPI transport
2024-02-23 11:47:22 +01:00
ad27414a64
feat(eppp): Added support for UART transport
2024-02-23 11:47:15 +01:00
a7610395ef
feat(eppp): Introduced ESP-PPP-Link component
2024-02-23 11:11:49 +01:00
9b7c8755e9
Merge pull request #506 from gabsuren/websocket_ssl_example
...
feat(websocket): Expanded example to demonstrate the transfer over TLS (IDFGH-11681)
2024-02-23 12:39:05 +04:00
0d0630ed76
feat(websocket): Expanded example to demonstrate the transfer over TLS
2024-02-23 12:08:41 +04:00
38a3631a27
Merge pull request #495 from eht-datarespons/master
...
fix(websocket): Continue waiting for TCP connection to be closed (IDFGH-11965)
2024-02-08 14:37:44 +01:00
96f4ebd994
Merge pull request #504 from gabsuren/mdns_1.2.4
...
bump(mdns): 1.2.3 -> 1.2.4
mdns-v1.2.4
2024-02-08 16:39:33 +04:00
247ca41bb7
bump(mdns): 1.2.3 -> 1.2.4
...
1.2.4
Bug Fixes
- Correction on 6d2c475
MDNS_PREDEF_NETIF_ETH fix (fc59f87c4e
)
- fix the logic of creating pcb for networking socket (5000a9a20a
)
- fix compiling issue when disabling IPv4 (2646dcd23a
)
- Fix compile error when MDNS_PREDEF_NETIF_ETH is defined, but ETH_ENABLED is not (#459 ) (6d2c475c20
)
2024-02-06 11:51:38 +04:00
891384cc53
Merge pull request #414 from wqx6/fix/mdns_disable_ipv4
...
fix(mdns): fix compiling issue when disabling IPv4 (IDFGH-11453)
2024-02-06 11:45:45 +04:00
38ef603296
Merge pull request #500 from gabsuren/websocket_linux
...
fix(websocket): added dependency checks, sdkconfig.defaults and refined README.md
2024-02-05 14:05:00 +04:00
312982e4aa
fix(websocket): added dependency checks, sdkconfig.defaults and refined README.md
2024-02-05 13:22:39 +04:00
d9d377133e
Merge pull request #501 from gabsuren/update_examples
...
docs(common): Enhance documentation clarity in the examples directory
2024-02-05 13:16:47 +04:00
110536ebb2
docs(common): Enhance documentation clarity in the examples directory
2024-02-05 13:15:25 +04:00
d85311880d
fix(websocket): Close websocket and dispatch event if server does not close within a reasonable amount of time.
2024-01-29 08:01:39 +01:00
5ba7cfab8e
Merge pull request #496 from gabsuren/readme_websocket_linux
...
docs(websocket): Added README for websocket host example (IDF-9115)
2024-01-26 20:31:15 +04:00
2f7c58259d
docs(websocket): Added README for websocket host example
2024-01-26 20:29:28 +04:00
2b092e0db4
fix(websocket): Continue waiting for TCP connection to be closed
...
Prevents an issue where WEBSOCKET_EVENT_CLOSED is not sent after
websocket is closed.
2024-01-23 14:58:27 +01:00
f42c0adfc0
Merge pull request #494 from david-cermak/bump/modem_v1.1
...
bump(modem): 1.0.5 -> 1.1.0
modem-v1.1.0
2024-01-22 17:08:55 +01:00
2782277f3f
bump(modem): 1.0.5 -> 1.1.0
...
1.1.0
Features
- Added support for at_raw() command (ae38110
, #471 )
- Added iperf test for PPP netifs (976e98d
)
- Added test that performs OTA to exercise modem layers (f2223dd
)
Bug Fixes
- Fixed OTA test to gracefully fail with no verification (1dc4299
)
- Added C-API to configure APN (ce7dadd
, #485 )
- Fixed AT commands to copy strings to prevent overrides (741d166
, #463 )
- Fixed incorrect dial command format (0998f3d
, #433 )
- Fixed documentation and example on creating custom device (577de67
, #452 )
- Removed CI jobs for IDF v4.2 (d88cd61
)
- Fixed OAT test to verify server cert and CN (edc3e72
)
- Fixed set_pdp_context() command timeout (1d80cbc
, #455 )
Updated
- docs(modem): Added description of manual test procedure (68ce794
)
2024-01-22 16:33:07 +01:00
3225f40c22
Merge pull request #491 from david-cermak/feat/modem_set_apn
...
fix(modem): Added C-API to configure APN
2024-01-22 16:05:51 +01:00
d63f831fff
Merge pull request #466 from gabsuren/websocket_bump_1.2.2
...
bump(websocket): 1.2.1 -> 1.2.2
websocket-v1.2.2
2024-01-19 19:27:37 +04:00
f62db5cfa2
Merge pull request #492 from euripedesrocha/mqttcxx_0_3_0
...
bump(mqtt_cxx): 0.2.0 -> 0.3.0
mqtt_cxx-v0.3.0
2024-01-19 08:42:52 -03:00
68ce794098
docs(modem): Added description of manual test procedure
2024-01-19 11:16:18 +01:00
60174f290e
bump(mqtt_cxx): 0.2.0 -> 0.3.0
...
0.3.0
Bug Fixes
- Incorrect documentation link (aa4e9d57
)
- reference protocol_examples_common from IDF (e6c0538d
)
- specify override_path in example manifest files (fa005c63
)
2024-01-19 09:43:07 +01:00
efa26b7062
Merge pull request #484 from david-cermak/fix/modem_docs_ota
...
fix(modem): Documented some tips on failing OTA
2024-01-18 17:43:03 +01:00
7b777948fc
Merge pull request #487 from euripedesrocha/mqttcxx_link_fix
...
Incorrect documentation link
2024-01-18 05:10:23 -03:00
1dc4299eb0
fix(modem): Fixed OTA test to gracefully fail with no verification
2024-01-17 17:43:47 +01:00
ce7daddc77
fix(modem): Added C-API to configure APN
...
Closes https://github.com/espressif/esp-protocols/issues/485
2024-01-17 14:30:05 +01:00
09e68cc0c0
Merge pull request #490 from david-cermak/fix/mdns_eth
...
fix(mdns): Correction on 6d2c475
MDNS_PREDEF_NETIF_ETH fix
2024-01-17 12:53:14 +01:00
fc59f87c4e
fix(mdns): Correction on 6d2c475
MDNS_PREDEF_NETIF_ETH fix
2024-01-17 11:51:17 +01:00
7a2b23909f
Merge pull request #489 from espressif/revert-478-component/console_cmd_iperf
...
Revert "feat(console): Added component with iperf command"
2024-01-17 10:24:17 +01:00
d3bf773445
Revert "feat(console): Added component with iperf command"
2024-01-17 20:20:30 +11:00
1c29af9237
Merge pull request #472 from david-cermak/fix/modem_at_corrupt_response
...
fix(modem): Fixed AT commands to copy strings to prevent overrides
2024-01-17 09:48:24 +01:00
b53981a68c
Merge pull request #479 from marekmaskarinec/master
...
fix(mdns): Fix compile error when MDNS_PREDEF_NETIF_ETH is defined, but ETH_ENABLED is not (IDFGH-11868)
2024-01-17 09:48:05 +01:00
5000a9a20a
fix(mdns): fix the logic of creating pcb for networking socket
2024-01-17 10:48:40 +08:00
2646dcd23a
fix(mdns): fix compiling issue when disabling IPv4
2024-01-17 10:48:40 +08:00
de8ec67a88
Merge pull request #478 from espressif-abhikroy/component/console_cmd_iperf
...
feat(console): Added component with iperf command
console_cmd_iperf-v1.0.0
2024-01-17 00:53:56 +11:00
8dac30781c
Merge pull request #488 from gabsuren/fix_docs
...
docs(common): Added package requirements.txt for esp-docs
2024-01-16 16:59:05 +04:00
ba3f06f942
docs(common): Added package requirements.txt for esp-docs
2024-01-16 16:57:58 +04:00
a10f0008fb
bump(console): First version [1.0.0]
...
1.0.0
Features
- Added component with iperf command (93d14087
)
2024-01-16 20:27:56 +11:00
741d166034
fix(modem): Fixed AT commands to copy strings to prevent overrides
...
Previously we used std::string_view, which pointed to the lower-layers
buffer which might have been reused for other asynchronous operations
before processing it, thus causing corruption of replies.
Closes https://github.com/espressif/esp-protocols/issues/463
2024-01-16 09:51:51 +01:00
93d140875f
feat(console): Added component with iperf command
2024-01-16 19:18:01 +11:00
eb7699388c
bump(websocket): 1.2.1 -> 1.2.2
...
1.2.2
Bug Fixes
- continuation after FIN in websocket client (#460 ) (774d1c75e6
)
- Re-applie refs to common comps idf_component.yml (9fe44a4504
)
2024-01-16 12:17:25 +04:00
585e4b30b2
Merge pull request #483 from espressif-abhikroy/ci/build_app_failure_fix
...
fix(common): Fixed scripts for build test failure
2024-01-16 09:07:14 +01:00
aa4e9d5795
fix(mqtt_cxx): Incorrect documentation link
...
- Link in the component README was incorrect.
Fixes #486
2024-01-16 08:41:55 +01:00
6d2c475c20
fix(mdns): Fix compile error when MDNS_PREDEF_NETIF_ETH is defined, but ETH_ENABLED is not ( #459 )
...
Signed-off-by: Marek Maškarinec <marek@mrms.cz >
2024-01-15 16:50:44 +01:00