444fae9066
Merge pull request #115 from david-cermak/bugfix/cmux_exit_bg96
...
fix(esp_modem): Correct exit of CMUX mode
2022-08-29 16:13:31 +02:00
bb4c002841
Replace hardcoded TTL values with named defines
...
- Replaces hardcoded PTR "half-TTL" with `MDNS_ANSWER_PTR_TTL/2` (defined in mdns_private.h)
- Replaces hardcoded TXT "half-TTL" with `MDNS_ANSWER_TXT_TTL/2` (defined in mdns_private.h)
2022-08-23 08:44:36 -04:00
656ab21c9b
mdns: Fix add_service() to report error if no-hostname
2022-08-19 18:47:47 +02:00
2099434b3f
fix(esp_modem): Correct exit of CMUX mode
...
* Fix DISC message's control field (0xFF->0xFE) to keep Poll bit cleared
* Accept UIH resp on DISC for both (0xFF, 0xFE) ignoring P/F bit
* Fix timeout processing when handling DISC message
Closes https://github.com/espressif/esp-protocols/issues/103
2022-08-19 11:45:59 +02:00
8f00fc182a
Merge pull request #114 from david-cermak/bugfix/dns-header-bit-order
...
mdns: fix bit order issue in DNS header flags (updated)
2022-08-19 09:03:04 +02:00
d74c296182
fix(mdns): Example makefile to add only mdns as extra comps
2022-08-18 16:41:38 +02:00
c4e85bd099
mdns: fix bit order issue in DNS header flags
...
The bit field in the header flags does not match its intended order on
little endian machines. The PR removes the bit field and uses bit
operations instead.
2022-08-18 16:39:38 +02:00
85ba60e405
Merge pull request #88 from david-cermak/bugfix/modem_better_exception_report
...
fix(esp-modem): Add filename/line info to exception message
2022-08-18 15:27:47 +02:00
89e1bd27b3
fix(esp-modem): Add filename/line info to exception message
...
This is useful if exceptions are enabled, but caught internally on C++ API boundary
2022-08-18 14:52:21 +02:00
341fcb0f40
Merge pull request #112 from gabsuren/bugfix/updated_esp_modem_package
...
esp_modem: updated package version to 0.1.19 (IDFGH-8032)
2022-08-18 14:47:47 +02:00
469f953b28
esp_modem: updated package version to 0.1.19
modem-v0.1.19
2022-08-18 15:59:48 +04:00
381eb314dc
Merge pull request #93 from gabsuren/feature/websocket_json_example
...
websocket: updated example to show how to transfer json data
2022-08-15 14:50:48 +02:00
1ffc20c8e3
Merge pull request #105 from gabsuren/websocket/version_change_03
...
esp_websocket_client: upgraded package version to 0.0.3 (IDFGH-7986)
2022-08-05 12:37:40 +02:00
5c245dbdb5
esp_websocket_client: Upgraded version to 0.0.3
websocket-v0.0.3
2022-08-05 10:21:41 +04:00
134a9a9eee
Revert "bugfix: mdns IPv6 address convert error"
...
This reverts commit 238ee96783
.
2022-08-04 15:52:40 +04:00
010f98ca80
Merge pull request #99 from gabsuren/bugfix/fix_ci_build
...
CI: Fix build issues
2022-07-29 11:10:11 +02:00
6e4e4fab1d
CI: Fix build issues
2022-07-28 22:47:53 +04:00
b6852a0588
Merge pull request #96 from gjc13/bugfix/aa-bit-receive
...
fix(mdns): ignore authoritative flag on reception (IDFGH-7891)
2022-07-25 08:26:10 +02:00
415e04a55f
fix(mdns): ignore authoritative flag on reception
2022-07-22 22:25:08 +08:00
3456781494
websocket: updated example to show json data transfer
2022-07-21 16:04:58 +04:00
d1129f3d19
esp_err_to_name (IDFGH-7793) ( #78 )
...
fix(esp-modem): Use err_to_name to log error message on error
2022-07-18 17:08:15 +02:00
973837dd66
Merge pull request #92 from david-cermak/feat/mdns_explicit_deps
...
feat(mdns): Define explicit dependencies on esp-wifi
2022-07-18 17:05:44 +02:00
36de9afe0c
feat(mdns): Define explicit dependencies on esp-wifi
mdns-v1.0.5
2022-07-18 09:49:03 +02:00
0d5081b841
Merge pull request #81 from lcj446068124/bugfix/mdns_ipv6_convert_error
...
bugfix: mdns IPv6 address convert error (IDFGH-7772)
2022-07-15 08:13:06 +02:00
85c7282641
Merge pull request #91 from Lapshin/feature/bump-versions
...
Bump asio/mdns/esp_websocket_client versions
2022-07-15 07:13:35 +02:00
57afa38f49
Bump asio/mdns/esp_websocket_client versions
...
Update components version afrer change d66f9dc158
asio-v1.0.2
mdns-v1.0.4
websocket-v0.0.2
2022-07-14 20:04:28 +04:00
238ee96783
bugfix: mdns IPv6 address convert error
...
In this fix, we manually convert esp_ip_addr_t to ip_addr_t.
2022-07-14 23:40:08 +08:00
10e6348e09
Merge pull request #85 from david-cermak/feature/modem_operator_name_add_act
...
feat(esp_modem): Add optional ACT to operator-name
2022-07-13 16:20:54 +02:00
a286634359
feat(esp_modem): Add optional ACT to operator-name
...
Closes https://github.com/espressif/esp-protocols/issues/80
2022-07-13 09:56:29 +02:00
4cdfc857ad
Merge pull request #68 from gabsuren/refactor/organize_yml_files
...
CI: Organize GitHub workflow structures
2022-07-12 20:04:01 +02:00
371a32d4ae
Merge pull request #72 from david-cermak/bugfix/modem_c_api_pdp_ctx
...
fix(esp-modem): Add missing set_pdp_context() to C-API
2022-07-12 20:03:03 +02:00
dc4e54e99a
Merge pull request #87 from Lapshin/fix/ignore-format-warnings
...
ignore format warnings
2022-07-12 20:02:30 +02:00
d66f9dc158
ignore format warnings
2022-07-12 18:13:01 +04:00
4980ac85b7
fix(esp-modem): Add missing set_pdp_context() to C-API
2022-07-12 15:52:39 +02:00
626eb52d04
CI: Organize github workflow structure
2022-07-12 17:24:41 +04:00
82b1aa9280
Merge pull request #73 from Lapshin/fix/ignore-format-warnings
...
esp_modem: Ignore format warnings (IDFGH-7760)
2022-07-12 10:44:26 +02:00
e8145fcede
esp_modem: Ignore format warnings
modem-v0.1.18
2022-07-12 12:32:15 +04:00
9c3e24b6cf
Merge pull request #70 from david-cermak/bugfix/modem_ap2ppp_retry
...
fix(esp_modem): Update ap2ppp example to recover network on disconnection
2022-07-11 19:11:48 +02:00
b4d85d6aae
Merge pull request #84 from Lapshin/fix/asio-exampels-build
...
asio: fix exampels build (IDFGH-7792)
2022-07-11 19:02:36 +02:00
0b102f6286
mdns: Fix test_app build
2022-07-11 20:39:56 +04:00
06e7baf2c2
CI: Fix ASIO build in CI run
2022-07-11 19:00:06 +04:00
3662c149fb
asio: Fix exampels build
2022-07-11 18:01:46 +04:00
a243d7e878
fix(esp_modem): Update ap2ppp example to recover network on disconnection
...
Closes https://github.com/espressif/esp-protocols/issues/44
2022-07-01 13:52:49 +02:00
ef1bae5cdd
Merge pull request #35 from ESP-YJM/pr/optimize_websocket
...
feat(websocket): Optimize memory size for websocket client init (IDFGH-7357)
2022-06-28 16:04:09 +02:00
4cefcd3606
feat(websocket): Optimize memory size for websocket client init
2022-06-28 21:09:05 +08:00
a177b3d024
Merge pull request #67 from gabsuren/bugfix/websocket_ci_long_run
...
CI: Fix CI long run on websocket examples
2022-06-28 13:59:56 +02:00
b7e73d25a7
CI: Fix CI long run on websocket examples
2022-06-28 15:25:40 +04:00
9b403d477f
Merge pull request #64 from bbinet/custom-source-clk
...
Allow to customize uart source_clk (IDFGH-7659)
2022-06-24 16:24:00 +02:00
d723fb7a5a
Allow to customize uart source_clk
...
This is for example needed when using an external crystal to select
UART_SCLK_XTAL, which fixes uart comm issue when using PM with light
sleep enabled.
2022-06-24 14:44:15 +02:00
9905fe4cf6
Merge pull request #62 from gabsuren/asio_submodule_migration_with_history
...
ASIO: Initial version based on IDF 5.0 with history
2022-06-24 14:29:39 +02:00