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
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.