Description: Wake up your machines using Wake on LAN
Copyright: 2009-2022 Fabio Castelli (Muflone) [email protected]
License: GPL-3+
Source code: https://github.com/muflone/gwakeonlan/
Documentation: http://www.muflone.com/gwakeonlan/
Translations: https://explore.transifex.com/muflone/gwakeonlan/
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.
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.
- Python >= 3.6 (developed and tested for Python 3.9 and 3.10)
- XDG library for Python 3 ( https://pypi.org/project/pyxdg/ )
- GTK+ 3.0 libraries for Python 3
- GObject libraries for Python 3 ( https://pypi.org/project/PyGObject/ )
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
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.