Skip to content
forked from samnazarko/wol.c

A simple Wake-on-LAN utility written in C.

Notifications You must be signed in to change notification settings

Conroman16/wol.c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wol.c

A simple Wake-on-LAN utility written in C.

Installation

$ make
# make install

By default, this installs the binary in /usr/local/bin and documentation in /usr/local/share/man. To change this, use:

# make PREFIX=/usr/local install

Example Usage

$ wol AA:BB:CC:DD:EE:FF

Documentation

$ man wol

About

A simple Wake-on-LAN utility written in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 62.5%
  • Roff 23.1%
  • Makefile 14.4%