Skip to content

Upgrade any Wake-on-LAN (WoL) device to wake via WiFi (WoWLAN), with the help of your Raspberry Pi

License

Notifications You must be signed in to change notification settings

rbares/wake-on-wifi-pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wake-on-wifi-pi

Upgrade any Wake-on-LAN (WoL) device to wake via WiFi (WoWLAN), with the help of your Raspberry Pi.

Installation instructions

The following instructions assume you are sitting at a prompt on a Raspberry Pi and have the contents of this repository copied to the current directory. This has been tested on a Raspberry Pi 3 running Raspbian stretch.

Prepare the Raspberry Pi

Install the service

sudo apt-get update
sudo apt-get install python3-pip
sudo pip3 install -r requirements.txt
sudo cp run.py /usr/local/bin/wol-forward.py
sudo cp wol-forward.service /lib/systemd/system/

Configure the service to start on boot

sudo systemctl daemon-reload
sudo systemctl enable wol-forward
sudo systemctl start wol-forward

About

Upgrade any Wake-on-LAN (WoL) device to wake via WiFi (WoWLAN), with the help of your Raspberry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages