Harshit Malpani
bb9d410578
fix(ci): update HTTP client example tests runner assignment
...
HTTP client example tests now connect with locally hosted httpbin service
for more stable results across multiple runs
2023-07-24 11:47:42 +05:30
Harshit Malpani
b04cca4933
CI: fix esp_http_client example failures in CI. Timeout was observed in the logs while performing HTTP requests. Changing the endpoint when testing in CI
2023-07-24 11:41:19 +05:30
Mahavir Jain
e0bea82931
tests: update Root certificate for the test endpoints
...
Use Root certificate (`DigiCert Global Root G2`) for the
`dl.espressif.com` and `espressif.com` test endpoints.
This fixes the test failure introduced due to renewal of
the intermediate certificate.
2023-05-17 15:29:06 +05:30
Chen Yudong
dee43d284e
example: fix got ip error in protocol tests
2023-03-02 11:33:07 +00:00
Chen Yudong
db940f30bc
CI: optimize example protocol test cases
2023-03-02 11:33:07 +00:00
Suren Gabrielyan
bcfd9818f2
mDNS: Fix example test in CI using multiple retries
2023-01-01 11:58:12 +04:00
xueyunfei
61b1b2ac12
Icmp: get tos parameter in icmp reply
...
bugfix for add ttl for ping socket
2022-07-26 09:55:39 +00:00
xueyunfei
563639ba01
udp example:Optimization udp example with recv_msg
2022-07-26 09:55:39 +00:00
Mahavir Jain
2cfae63c2b
examples: add dependency on cert bundle configuration
...
Refactor examples to build with MBEDTLS_CERTIFICATE_BUNDLE disabled. Only examples
that can work with certificate bundle disabled have been modified here.
2022-06-13 11:49:00 +05:30
Shubham Kulkarni
fda52d581b
esp_http_client example: Fix CI failures
2022-06-10 16:59:29 +05:30
Mahavir Jain
49bfb8491f
Merge branch 'bugfix/esp_http_client_example_v4.3' into 'release/v4.3'
...
esp_http_client example: Add cert for redirect to HTTPS example (v4.3)
See merge request espressif/esp-idf!18403
2022-06-09 12:35:48 +08:00
Shubham Kulkarni
e4aa50aa87
esp_http_client example: Add cert for redirect to HTTPS example
...
esp_http_client_test.py: Add checks for missing example logs
2022-06-07 14:54:25 +05:30
Aditya Patwardhan
b806d19535
Update the coap client example URL and README
...
Closes https://github.com/espressif/esp-idf/issues/7219
2022-05-24 12:32:37 +05:30
Jiang Jiang Jian
fd551af189
Merge branch 'feature/modbus_master_fix_check_uart_set_pin_v43' into 'release/v4.3'
...
example/modbus_master: fix the assert for uart_set_pin (backport v4.3)
See merge request espressif/esp-idf!17625
2022-05-18 02:20:39 +08:00
Michael (XIAO Xufeng)
1ffc02dfaf
Merge branch 'feature/esp32c3_usbjtag_console_blocking_v4.3' into 'release/v4.3'
...
usb_serial_jtag: Add blocking driver to support vfs (backport v4.3).
See merge request espressif/esp-idf!17330
2022-04-20 16:30:12 +08:00
Cao Sen Miao
671303bbd5
usb_serial_jtag: Add blocking driver to support vfs.
2022-04-19 16:21:20 +08:00
Laukik Hase
638a1b9bf3
smtp_client: Fixed garbage characters being printed
...
- The R/W buffers were not cleared before reading/writing
anything new
2022-04-18 10:33:14 +05:30
Laukik Hase
df294b7b69
smtp_client: Fix heap leakage
...
- Freed all allocated resources by Mbed TLS at the end of routine
2022-04-18 10:33:14 +05:30
Elbert van de Put
217d2d0775
example/modbus_master: fix the assert for uart_set_pin
...
Signed-off-by: aleks <aleks@espressif.com>
Closes https://github.com/espressif/esp-idf/pull/8607
2022-04-11 11:28:09 +00:00
dizcza
1457686a94
websocket: Updated Kconfig to use 'echo.websocket.events' echo server
...
Updated README to show how to run websocket echo server using Flask
Merges https://github.com/espressif/esp-idf/pull/8262
2022-03-25 16:28:29 +04:00
aleks
f11e17f886
freemodbus: fix port enable disable sequence for tcp master and slave
2022-03-08 09:40:08 +01:00
Shubham Kulkarni
3f728f68c7
examples/esp_http_client: Use dl.espressif.com URL for performing request with Range header
...
esp_http_client_test.py: Add check for range request log
2022-03-03 17:52:21 +05:30
Aditya Patwardhan
74fc0578f5
configure_ds.py: Fix the error for prod mode. They script now only verifies the purpose in the prod mode.
...
Closes https://github.com/espressif/esp-idf/issues/8285
2022-02-21 01:33:39 +05:30
Jiang Jiang Jian
5c78283f6e
Merge branch 'bugfix/modbus_allow_address_gaps_in_master_data_dict_v43' into 'release/v4.3'
...
freemodbus: allow address gaps in master data dictionary (support of UID field in MBAP) (backport v4.3)
See merge request espressif/esp-idf!16898
2022-02-18 05:40:50 +00:00
Alex Lisitsyn
073da59d27
freemodbus: allow address gaps in master data dictionary (support of UID field in MBAP) (backport v4.3)
2022-02-18 05:40:49 +00:00
Jiang Jiang Jian
ef356e464d
Merge branch 'bugfix/pppos_client_docs_power_v4.3' into 'release/v4.3'
...
Examples/PPPoS: Add troubleshooting to correctly power modem (v4.3)
See merge request espressif/esp-idf!17008
2022-02-18 05:39:00 +00:00
yuanjm
94e58eac30
esp_http_client: Fix memory leak in esp_http_client_example
...
Closes https://github.com/espressif/esp-idf/issues/8346
2022-02-10 14:35:49 +08:00
David Cermak
17f9c7aaef
Examples/PPPoS: Add troubleshooting to correctly power modem
...
Closes https://github.com/espressif/esp-idf/issues/7807
2022-02-04 17:07:37 +08:00
Aditya Patwardhan
0b7ed763e4
http2_request_example: Change the target http2 server to http2.github.io
and perform only a GET
request
2022-01-21 13:11:48 +05:30
Aditya Patwardhan
045b38857d
http2_request/sh2lib: Modified the "sh2lib_connect" API to take in a new
...
defined `struct sh2lib_config_t` which contains required config options.
Modified the http2_request_example with the required changes.
2022-01-21 09:39:34 +05:30
David Čermák
8a5c51d05b
Merge branch 'feature/update_mqtt_test_url_v4.3' into 'release/v4.3'
...
mqtt: Update mqtt test url and doc(backport v4.3)
See merge request espressif/esp-idf!16415
2022-01-17 08:36:16 +00:00
yuanjm
4bdcb9f5a9
docs: Add user-friendly guide about how to use ws_server_example_test.py
2022-01-13 10:50:38 +08:00
yuanjm
2d1e1c50e8
examples: Update mqtt open source test server address
2021-12-31 15:31:15 +08:00
Jiang Jiang Jian
233dc30fb1
Merge branch 'bugfix/pppos_event_deinit_exit_ppp_v4.3' into 'release/v4.3'
...
Examples/PPPoS: Minor fixes related to init/deinit cycling (v4.3)
See merge request espressif/esp-idf!16062
2021-11-25 11:46:10 +00:00
Angus Gratton
9d72bdda58
asio coap: If LWIP IPV6 is disabled, automatically don't build asio & coap
...
- Removes need to manually exclude these components as shown at
https://github.com/espressif/esp-idf/issues/3781#issuecomment-825742378
- Hide the config for these components if IPV6 is disabled
- The components are still included in the build, but with no source
files
Backport of e305f29382
Closes https://github.com/espressif/esp-idf/issues/7816
2021-11-23 22:39:58 +08:00
David Cermak
2e8b419b7a
Examples/PPPoS: Add mandatory delay after +++ command
...
Switching back from data (PPP) mode to command mode must be done is the following sequence:
* No characters entered for T1 time (1 second)
* "+++" characters entered with no characters in between (1 second)
* No characters entered for T1 timer (1 second)
(per specification of SIM800 SIM800_Series_AT_Command_Manual_V1.09.pdf)
Related https://github.com/espressif/esp-idf/issues/7608
2021-11-23 09:59:52 +01:00
David Cermak
f129871b72
Examples/PPPoS: Fixed missed NETIF_PPP_STATUS event unregister
...
NETIF_PPP_STATUS is registerd while modem gets attached to the related netif.
we don't have any network detach functionality in the modem component, so we
unregister the event during esp_modem_netif_clear_default_handlers().
Related https://esp32.com/viewtopic.php?f=13&t=23632
Related https://github.com/espressif/esp-idf/issues/7469
2021-11-23 09:59:52 +01:00
aleks
5b52358092
freemodbus: check/fix reinitialization issues (tcp master and slave examples)
2021-10-15 16:50:33 +08:00
Harshit Malpani
222f48367f
Update example test for esp_http_client
2021-10-07 17:47:12 +05:30
Harshit Malpani
ee409e042a
Updated the root certificate of https examples
2021-10-07 17:46:02 +05:30
Vikram Dattu
9e00034ec7
Added support for security1 in local control
...
1. Added config options to chose from protocom security.
It can be chosen 0/1 or custom.
Possible to set POP as well
2. Added support in `esp_local_ctrl.py` test script for sec_ver selection
Signed-off-by: Vikram Dattu <vikram.dattu@espressif.com>
2021-09-21 09:21:18 +05:30
Alex Lisitsyn
3a9a208edc
Merge branch 'bugfix/freemodbus_fix_zero_based_reg_address_in_iterator_v43' into 'release/v4.3'
...
freemodbus: fix mb zero based reg address in the iterator (backport v4.3)
See merge request espressif/esp-idf!14551
2021-09-08 09:48:21 +00:00
Ivan Grokhotkov
36130916f0
Merge branch 'docs/fix_readme_links_v4.3' into 'release/v4.3'
...
docs: fixed dead readme links (v4.3)
See merge request espressif/esp-idf!14464
2021-07-30 03:04:44 +00:00
aleks
0d0f4adbf8
freemodbus: fix mb zero based reg address in the iterator
...
Fixes https://github.com/espressif/esp-idf/issues/6571
2021-07-28 11:34:19 +02:00
Marius Vikhammer
ae7197e882
docs: fixed dead readme links
2021-07-21 17:48:11 +08:00
David Cermak
fa55d3722c
CI/socket examples: Add UDP operation retries, wait until server is up
2021-07-19 14:54:42 +02:00
Chen Yudong
94a54d574b
CI: fix connection failures in asio example tests
2021-06-08 17:00:55 +08:00
Marius Vikhammer
8efb2bb1ed
ci: run Example_GENERIC for C3
...
Add support for running example_GENERIC tests for C3 on label.
Fix examples that fail.
2021-05-20 14:32:47 +10:00
Euripedes Rocha
d5e2a482c3
bugfix/mqtt examples: Updates the CA certificates used.
...
- Updates the CA certificates.
- Updates the URI names to reflect the new URI in the service used in
the examples.
Closes IDFGH-4986
Closes https://github.com/espressif/esp-idf/issues/6776
2021-05-13 06:51:43 +02:00
yuanjm
94e3141a32
examples: Make tcp_server example support tcp keepalive function
2021-04-12 05:42:50 +00:00