Scripts to forward an Ethernet interface (in Linux) over TCP and / or UART.
Go to file
Markus Koch 1284a1617b Add note about disabling TCP offloading 2023-08-25 15:34:27 +02:00
README.MD Initial commit 2021-08-21 21:51:57 +02:00
eth_tcp.py Add note about disabling TCP offloading 2023-08-25 15:34:27 +02:00
tcp_uart.py Initial commit 2021-08-21 21:51:57 +02:00

README.MD

Ethernet over TCP over UART

Scripts to forward an Ethernet interface (in Linux) over TCP and / or UART.

These are terribly dirty scripts and don't work in all situations. Right now, only standard Ethernet frames are supported. Will add support for larger frames later.

Still, might be useful as a proof of concept or something.

License

Released into the Public Domain without any restrictions.