Skip to content
/ WoLF Public
forked from Depicus/WoLF

A small wake on lan forwarder, ideal for routers and small linux boxes like the raspberry pi.

Notifications You must be signed in to change notification settings

kkpan11/WoLF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WoLF

WoLf or Wake On Lan Forwarder is a small app that runs on most machines and waits for a magic packet on one interface then forwards on the local network.

To fetch from GitHub

git clone https://github.com/depicus/WoLF.git

To compile on

OSX

gcc wolf.c -o wolf

then to run

./wolf

or simply fire up the XCode project file.

Linux

as per OSX

Windows

About

A small wake on lan forwarder, ideal for routers and small linux boxes like the raspberry pi.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 57.0%
  • C++ 43.0%