wlan2eth/go
Cyberes a7396a23e4 arp proxy: add hotplug 2023-06-27 11:05:04 -06:00
..
wlan2eth arp proxy: add hotplug 2023-06-27 11:05:04 -06:00
README.md make compatable with windows. improve logging 2023-06-21 12:54:59 -06:00

README.md

sudo apt install libpcap-dev gcc

go mod tidy
go build wlan2eth

Run the program like this:

./wlan2eth --dhcp-modify-src --eth [name of ethernet] --wlan [name of wireless interface]

--dhcp-modify-src will modify the client address in the DHCP packets.