RMPR / gwakeonlan

A GTK+ utility to awake machines using the Wake on LAN.

Home Page:https://www.muflone.com/gwakeonlan/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gWakeOnLAN

Travis CI Build Status CircleCI Build Status

Description: Wake up your machines using Wake on LAN.

Copyright: 2009-2022 Fabio Castelli (Muflone) <muflone(at)muflone.com>

License: GPL-3+

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

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

Translations: https://www.transifex.com/projects/p/gwakeonlan/

Usage

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 select if you want 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.

About

A GTK+ utility to awake machines using the Wake on LAN.

https://www.muflone.com/gwakeonlan/


Languages

Language:Python 100.0%