netxduo icon indicating copy to clipboard operation
netxduo copied to clipboard

Eclipse ThreadX - NetXDuo is an advanced, industrial-grade TCP/IP network stack designed specifically for deeply embedded real-time and IoT applications

Results 70 netxduo issues
Sort by recently updated
recently updated
newest added
trafficstars

I tried using netxduo for a https server on a stm32h5 mcu. It takes over 8s for the tls 1.2 handshake. The client send multiples retry before we have time...

feature

In nx_secure_tls_check_protocol_version.c `NX_SECURE_VERSIONS_LIST nx_secure_supported_versions_list[]` In nx_secure_tls_newest_supported_version.c `extern const NX_SECURE_VERSIONS_LIST nx_secure_supported_versions_list[];`

bug

In the file netxduo\utility\iperf\nx_iperf.c, the declaration: `extern ULONG _tx_timer_system_clock;` should be volatile: `extern volatile ULONG _tx_timer_system_clock;` in order to be compatible with the definition in threadx/common/src/tx_timer_initialize.c

bug

The following files do not have include guards: netxduo\crypto_libraries\inc\nx_crypto_tls_prf_1.h netxduo\crypto_libraries\inc\nx_crypto_tls_prf_sha256.h netxduo\crypto_libraries\inc\nx_crypto_tls_prf_sha384.h netxduo\crypto_libraries\inc\nx_crypto_tls_prf_sha512.h This causes compilation error when trying to compile (most of) netxduo as a single translation unit ("unity build")...

bug

Hi All, Does anyone know how have be used NetX Duo DNS client at non blocking mode? It can be called _nxd_dns_host_by_name_get()_ with wait_option set to _NX_NO_WAIT_. When is option...

We have since sometime during Fall 2023 not been able to connect our embedded devices, using the Azure RTOS / NetX Duo and ADU service, to connect to our IoTHub....

bug

**Describe the bug** Packet Pool buffers not belonging to the webclient are freed that were previously consumed by SNTP client and DNS Client, they are however shared with the default...

bug

Hi Team, I am performing testing using NetX Duo v6.2.0 and am running into behavior I am not understanding when trying to use TLS 1.0 connections both as a server...

bug

**Is your feature request related to a problem? Please describe.** With TLS 1.3, TLS session cannot be established with clients using RSA signed certificates. **Describe the solution you'd like** It...

feature