wlan2eth/go/README.md

320 B

sudo apt install libpcap-dev gcc

wlan2eth build wlan2eth.wlan2eth
sudo ./wlan2eth

If build fails, try CGO_ENABLED=1

Issues

  • To prevent forwarding duplicates, incoming hash of in packets are cached and checked against subsequent packets. This may cause issues where duplicate packets are blocked.