5

What would it take to connect two Raspberry Pi's together via Ethernet ports? I want to make a low latency network connection between them, for Retropie Netplay.

I have a background in Python and some Linux, but I'm not well versed in raspi's.

I imagine that it would be limited to 100mb/s if I used raspberry pi zeros with adapters. And I would probably need an router since they aren't setup to be both hosts with the default setup?

Comments
  • 2
    You can configure them in different ways: One connected to router via WiFi, pi to pi with network cable; pi to pi with network cable and both connected to you router with WiFi; or both connected via network cable to a splitter and the splitter to the router with a network cable.
  • 0
    You could try using a cross cable
Add Comment