Page 1 of 1

Ethernet Switch HAT

Posted: Fri Jun 22, 2018 12:26 pm
by TawnyOwl
I wonder if there is a HAT for the Raspberry Pi 3 with two or three ethernet ports so the RP can also function as an ethernet switch.

Re: Ethernet Switch HAT

Posted: Fri Jun 22, 2018 3:24 pm
by fruitoftheloom
TawnyOwl wrote:
Fri Jun 22, 2018 12:26 pm
I wonder if there is a HAT for the Raspberry Pi 3 with two or three ethernet ports so the RP can also function as an ethernet switch.

Likely not as the GPIO I/O is not fast enough to obtain usable I/O speed..

Re: Ethernet Switch HAT

Posted: Fri Jun 22, 2018 6:57 pm
by DougieLawson
TawnyOwl wrote:
Fri Jun 22, 2018 12:26 pm
I wonder if there is a HAT for the Raspberry Pi 3 with two or three ethernet ports so the RP can also function as an ethernet switch.
You could do it at 10Mbps 10-baseT with a couple of SPI ENC28J60s (the Raspberry will drive 5 SPI devices with no special hardware needed), but it will be astoundingly slow.

Re: Ethernet Switch HAT

Posted: Fri Jun 22, 2018 7:47 pm
by hippy
Your best bet would probably be to use multiple USB-to-Ethernet adapters. But you might then run into USB bandwidth limitations.

The Pi is the wrong tool for the job really.