Skip to main content
Gencay
Associate III
April 18, 2023
Question

AZURE RTOS / NETX DUO DTLS Implementation for STM32 Platform

  • April 18, 2023
  • 1 reply
  • 1436 views

Hello, I wanted to ask if there is any NetX Duo DTLS implementation example with source code on any STM32 platform?

This topic has been closed for replies.

1 reply

ST Technical Moderator
April 26, 2023

Hello @Gencay​ 

You can get started with this wiki Introduction to NETXDUO - stm32mcu

You can check Application Nx_MQTT_Client. It demonstrates how to exchange data between client and server using MQTT protocol in an encrypted mode supporting TLS v1.2

You can find DTLS implementation under this link.

stm32_mw_netxduo/nx_secure/src at 52418498ef76f8b733b6414420c0672eb38684bf · STMicroelectronics/stm32_mw_netxduo (github.com)

However, there is no example code for DTLS protocol.

To give better visibility on the answered topics, please click on "Best answer" on the reply which solved your issue or answered your question.Best regards,FBL