C++ trading efficiency on fgpa chips

I am planning to run c++ trading strategies on the fgpa shrike fi fpga board esp32 s3, but i dont have the ethernet connection on the board how should i proceed with this?
I have my live data feed and ethernet coming through the cables.

shrike is not a correct board for this its too small for application of such range You should get vaaman that can do it easily

Or you have to do jumper wires then

What about using a type c to ethernet connector/ adapter?
Could that work?
I am planning to test the performance of the system.
What about using that a full scale deployed system?

The Ethernet you can use a spi based Ethernet adapter for the network but the fpga on shrike has bit less luts if you want to run a full trading algo on it.

However if have some smaller newer algo that you can run with using a Ethernet adapter modules

Closing this issue, since it sseems it’s out of our scope right now.