Skip to content

muflone/gwakeonlan

Repository files navigation

gWakeOnLAN

Travis CI Build Status CircleCI Build Status

Description: Wake up your machines using Wake on LAN

Copyright: 2009-2022 Fabio Castelli (Muflone) muflone@muflone.com

License: GPL-3+

Source code: https://github.com/muflone/gwakeonlan/

Documentation: http://www.muflone.com/gwakeonlan/

Translations: https://explore.transifex.com/muflone/gwakeonlan/

Description

From the gWakeOnLAN main window you can define your hosts along with their MAC Addresses, select those you want to turn on and just start them with a simple click on the button Turn on.

Main window

For each host you can define its name, the MAC address and you can choose to turn it on on the local network or via internet through a destination host.

Detail

System Requirements

Installation

A distutils installation script is available to install from the sources.

To install in your system please use:

cd /path/to/folder
python3 setup.py install

To install the files in another path instead of the standard /usr prefix use:

cd /path/to/folder
python3 setup.py install --root NEW_PATH

Usage

If the application is not installed please use:

cd /path/to/folder
python3 gwakeonlan.py

If the application was installed simply use the gwakeonlan command.