Skip to content

A simple web server written in python and powered by flask. It enables you to send wake on lan packages to the server's network.

Notifications You must be signed in to change notification settings

jamezrin/wol-server-flask

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#wol-server A simple web server written in python and powered by flask to send wake on lan packages to the server's network.

Possible applications:

  • Use on you NAS to remotely wake your pc
  • Use an automation tool on your smartphone to automatically make an api call when you connect to your home wifi

#Usage Tested with Python 3.4.1, but should work on 2.6, 2.7, 3.3 and 3.4.

  1. Install pip: easy_install pip
  2. Install requirements: pip install -r requirements.txt
  3. Run python WolServer.py

How to wake a computer

  • Browse to http://localhost:5000 and enter the mac address
  • Use the api like http://localhost:5000/api/wake/<mac>

##Favicon Favicon by IconShock

About

A simple web server written in python and powered by flask. It enables you to send wake on lan packages to the server's network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.9%
  • HTML 20.2%
  • CSS 6.9%