This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Dual ethernet capability on microcontroller

Any opinions on what would be the best/quickest solution and implementation here to support Dual Ethernet. I need a very minimal TCP/IP stack implementation to be packaged and working on any type of RTOS.Thanks

Parents
  • I would go for a "Whiz net" (or similar) wireless module (interfaced via UART/SPI...).
    These things come with TCP/IP stackk implemented in the chip itself making your life easy - even very. Using an on-board networking peripheral is possible but requires TCP/IP stack software like lwIP, uIP, TCPNet etc.

Reply
  • I would go for a "Whiz net" (or similar) wireless module (interfaced via UART/SPI...).
    These things come with TCP/IP stackk implemented in the chip itself making your life easy - even very. Using an on-board networking peripheral is possible but requires TCP/IP stack software like lwIP, uIP, TCPNet etc.

Children
No data