AZURE RTOS / NETX DUO DTLS Implementation for STM32 Platform

Wobaffet 0 Reputation points
2023-04-18T10:53:58.11+00:00

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

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
330 questions
{count} votes

1 answer

Sort by: Most helpful
  1. LeelaRajeshSayana-MSFT 13,966 Reputation points
    2023-04-18T14:55:20.0333333+00:00

    Hi @Wobaffet Greetings! Welcome to Microsoft Q&A forum. Thank you for posting the question here.

    I am checking with you to see if you have reviewed the documentation on Installation and use of Azure RTOS NetX Secure DTLS The documentation has details on Product Distribution which has all the information on DTLS code distribution. Please find the details below

    NetX Secure is available at https://github.com/azure-rtos/netx. The package includes source files, include files, and a PDF file that contains this document, as follows:

    • nx_secure_dtls_api.h Public API header file for NetX Secure DTLS
    • nx_secure_dtls_user.h User defines header file for NetX Secure DTLS
    • nx_secure_ port.h Platform-specific definitions for NetX Secure
    • nx_secure_dtls.h Header file for NetX Secure DTLS
    • nx_secure_tls.h Header file for NetX Secure TLS
    • nx_secure_dtls*.c/h C/H Source files for NetX Secure DTLS
    • nx_secure_tls*.c/h C/H Source files for NetX Secure TLS
    • nx_crypto*.c/h C/H Source files for NetX Secure Cryptography
    • nx_secure_x509*.c/h C/H Source files for X.509 digital certificates.
    • demo_netx_secure_dtls.c C Source file for NetX Secure DTLS Demo
    • NetX_Secure_DTLS_User_Guide.pdf PDF description of NetX Secure product

    The documentation mentioned above also provides different steps on installation and usage of NetX DTLS and provides samples on how to integrate DTLS.

    The above sources will get help you get started with integration on DTLS. Please let us know if you encounter any errors or need further assistance in the comments below. We would be glad to help you further.

    0 comments No comments