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

Hello, I try to authenticate to the web server with a valid username and an empty password and the web server accept my entry. In this situation the code checks...

Hello, I am using ADU with the SAME54 board, using the MPLAB sample [here](https://github.com/azure-rtos/samples/tree/PublicPreview/ADU) I followed the steps in the documentation to set up the device and the updates are...

Hi, As we understand that with SLAAC, IP address of DUT changes when the prefix in the RA changes, what will be the impact of this on ongoing TCP/UDP data...

Hi, I am trying to enable the IPV6 SLAAC for NetX 5.7 stack. What i observed is that the APIs to support SLAAC is present in stack but neither the...

As outlined in https://github.com/azure-rtos/getting-started/discussions/337, the customer had a hard to diagnosing the returned error from his call to the json writer as it returned a generic error NX_AZURE_IOT_SDK_CORE_ERROR. Upon investigation,...

If packet is fragmented, try to fit all payload in a single packet (Else DTLS can't manage fragmented packet)

DTLS works very well by default. I tried to define NX_SECURE_KEY_CLEAR : - for small DTLS sessions it works well - but I got hardfault (from packet_release) on big session,...

If `nxd_mqtt_client_message_get()` is called with insufficient memory, then currently there is no option to find out how much memory is required to perform a second call as suggested on https://docs.microsoft.com/en-us/azure/rtos/netx-duo/netx-duo-mqtt/chapter3#nxd_mqtt_client_message_get...

when nxd_mqtt_client_secure_connect() FAILED the function return NXD_MQTT_CONNECT_FAILURE instead of status. https://github.com/azure-rtos/netxduo/blob/72dcde94184b9996894c4be3b4a5cafb2b448100/addons/mqtt/nxd_mqtt_client.c#L3941 In case of connexion error, is their a way to get the "error_number" (Return value of nx_secure_tls_session_start() and argument...

Hi Team, For some feasibility testing we are using netxduo in IoT related sample and we are trying to enable SHA384(TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 and TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) chiper suits by adding the configs in...