Skip to main content
Explorer II
February 7, 2020
Question

I had configure two Network interface (Ethernet and WiFi) on my target and listening on socket port 8000. is it possible to receive data on same socket with these two interfaces ?

  • February 7, 2020
  • 2 replies
  • 1037 views

@STM32H743_User​ @STM32F103​ because both interface are different as shown below and also its physical layer (PHY) is different.0690X00000D8WYIQA3.png

    This topic has been closed for replies.

    2 replies

    Graduate II
    February 8, 2020

    Code as an image, some nonsense users mentioned as "MCUs" and no information for an actual platform...

    If the question is about lwIP, then yes - it supports working with multiple physical interfaces of different types simultaneously. In a normal IP stack typically UDP/TCP connection is bound to IP address and port, not a specific physical interface. And lwIP supports binding connection to either a single IP address or any IP address.

    Super User
    February 8, 2020

    If your code supports it, yes.