Ghibranalj / wol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:C 75.6%Language:Shell 14.0%Language:Dockerfile 10.4%