Edouard Malot

Results 6 issues of Edouard Malot

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,...

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...

August typo :"Aud" => "Aug" https://github.com/azure-rtos/netxduo/blob/72dcde94184b9996894c4be3b4a5cafb2b448100/addons/sntp/nxd_sntp_client.c#L4909

I'm trying to connect to an MQTT broker using TLS with a PSK key. Since the device is a client, I first configured the key with the nx_secure_tls_client_psk_set(), but the...

bug

When configuring the MQTT client to subscribe to a topic, we receive payloads of unknown size. To read the MQTT message (and release the received TCP packet), we must use...