|
|
|
Ask HN: Any lightweight protocol on top of Ethernet without TCP/IP?
|
|
7 points
by hydroid7
1146 days ago
|
|
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/ |
|
I imagine you want to test the approach is software before implementing it in an FPGA.
You can then construct Ethernet frames to be as simple as you like [3].
This question seems like what you might be trying to do [4].
[1] https://stackoverflow.com/questions/12229155/how-do-i-send-a...
[2] https://stackoverflow.com/questions/57133295/how-can-i-liste...
[3] https://en.wikipedia.org/wiki/Ethernet_frame
[4] https://stackoverflow.com/questions/815758/simple-serial-poi...