2024-02-21 06:57 PM
Hi all
I am doing the research and development for a home energy management system (EMS) for smart grid applications and my prototype is in the early stage of development.
My prototype is tested working fine with Ethernet IPv4 (TCP/IP). However, the IoT technology requires it to work with IPv6. Could anyone please share me a sample code for IPv6? Thank you very much in advance.
2024-07-05 04:46 AM
Hello @Vietvinh Nguyen ,
Can you specify the stm32 exact product as well as the environment and middleware and IP stack you are using (LWIP ,NetXduo, FreeRTOS .. ) you are using to further guide you throw.
you can take a look at this example which was implementing using AzureRTOS using dual IPV4/V6 addressing :
Creating a dual IPv6 & IPv4 NetXDuo UDP applicatio... - STMicroelectronics Community
Regards