stm32h563 Azure RTOS Netx Multihome Support

Eren Akyol 0 Reputation points
2024-02-01T08:30:24.62+00:00

Hello, I have created and executed a TCP server project with Azure NetX library using Ethernet. Additionally, I need multihome support in this project. I want multiple clients to connect to a device with a single IP. Can you assist me with this?

status = _nx_ip_interface_attach(&ip_0, "port_2", IP_ADDRESS(0, 0, 0,0), 0xFFFFFF00UL, my_netx_driver);

Function is not working. You can look at the https://learn.microsoft.com/en-us/azure/rtos/netx/netx-dhcp-client/chapter2

Best regards, Eren Akyol

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