wakeonlan

command module
v0.0.0-...-42d8bdd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2023 License: MIT Imports: 9 Imported by: 0

README

wakeonlan

Simple Wake-on-LAN utility

Usage

wakeonlan aa:bb:cc:dd:ee:ff

# or specify interface
wakeonlan -i eth0 aa:bb:cc:dd:ee:ff

Building on ARM

apt-get install gcc-arm-linux-gnueabi byacc flex libpcap-dev

pushd /tmp
export PCAPV=1.8.1
wget http://www.tcpdump.org/release/libpcap-$PCAPV.tar.gz
tar xvf libpcap-$PCAPV.tar.gz
cd libpcap-$PCAPV
export CC=arm-linux-gnueabi-gcc
./configure --host=arm-linux --with-pcap=linux
make
popd

CC=arm-linux-gnueabi-gcc CGO_ENABLED=1 CGO_LDFLAGS="-L/tmp/libpcap-$PCAPV -static" GOOS=linux GOARCH=arm go build .

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL