Ask HN: Any lightweight protocol on top of Ethernet without TCP/IP? Hi there,
I'm looking for a protocol that is directly on top of Ethernet without TCP/IP. The goal is that an FPGA board can directly communicate with a Linux PC or and STM32 without the need of complete TCP/IP stack. I was looking into TIPC [1] over Ethernet, but it seems also complex to implement in FPGA. Do you know any suggestions? [1]: http://tipc.io/ |