No description
- C 75.6%
- Shell 14%
- Dockerfile 10.4%
| buildx.sh | ||
| Dockerfile | ||
| LICENSE | ||
| main.c | ||
| readme | ||
Compile:
gcc main.c -o wol
Usage:
./wol {MAC_ADDRESS} {LISTEN_PORT}
Docker cross compile:
./buildx.sh setup
./buildx.sh push # then you will be prompted for your docker username and password
Run docker:
docker run -e MAC_ADDRESS="a8:a1:59:e8:b3:16" -e LISTEN_PORT="5431" username/wol:latest