wlan2eth/go
Cyberes 8051775b2c Merge branch 'go' 2023-06-20 12:08:03 -06:00
..
wlan2eth Merge branch 'go' 2023-06-20 12:08:03 -06:00
README.md Merge branch 'go' 2023-06-20 12:08:03 -06:00

README.md

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.