Skip to main content

A small python module for wake on lan.

Project description

Pypi version Supported Python versions Build Status Documentation Status Code coverage

A small python module for wake on lan.

For more information on the wake on lan protocol please take a look at Wikipedia.

Installation

pip install wakeonlan

Usage

To wake up a computer using wake on lan it must first be enabled in the BIOS settings. Please note the computer you are trying to power on does not have an ip address, but it does have a mac address. The package needs to be sent as a broadcast package.

As a Python Module

Wake up a single computer by its mac address

import wakeonlan

wakeonlan.wake('ff.ff.ff.ff.ff.ff')

Wake up a single computer by its mac address with a SecureOn password

import wakeonlan

wakeonlan.wake('ff.ff.ff.ff.ff.ff/01:23:45:67:89:ab')

Wake up multiple computers by their mac addresses.

import wakeonlan

wakeonlan.wake(
    'ff.ff.ff.ff.ff.ff',
    '00-00-00-00-00-00',
    'FFFFFFFFFFFF'
)

An external host may be specified. Do note that port forwarding on that host is required. The default ip address is 255.255.255.255 and the default port is 9.

import wakeonlan

wakeonlan.wake('ff.ff.ff.ff.ff.ff',
    host='example.com',
    port=1337
)

A network adapter may be specified. The magic packet will be routed through this interface.

import wakeonlan

wakeonlan.wake(
    'ff.ff.ff.ff.ff.ff',
    interface='192.168.0.2'
)

As a Standalone Script

$ wakeonlan --help
usage: wakeonlan [-h] [-4] [-6] [-o HOST] [-p PORT] [-n INTERFACE] mac address [mac address ...]

Wake one or more computers using the wake on lan protocol.

positional arguments:
mac address           The mac addresses or "mac address/secureon password" tuples of the computers you are trying to wake.

options:
-h, --help            show this help message and exit
-o HOST, --host HOST  The host name to send the magic packet to. (default: 255.255.255.255)
-p PORT, --port PORT  The port of the host to send the magic packet to. (default: 9)
-n INTERFACE, --interface INTERFACE
                      The ip address of the network adapter to route the magic packet through. (default: None)
-4, --ipv4            To indicate ipv4 should be used. (default: False)
-6, --ipv6            To indicate ipv6 should be used. (default: False)

Compatibility

This project works with Python 3.10 or greater.

License

MIT © Remco Haszing

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wakeonlan-4.0.0.tar.gz (5.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wakeonlan-4.0.0-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file wakeonlan-4.0.0.tar.gz.

File metadata

  • Download URL: wakeonlan-4.0.0.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wakeonlan-4.0.0.tar.gz
Algorithm Hash digest
SHA256 1cb30c4ae60f85ef289f4f7d4f703382ed19ba84103206dc5e2b1e51bec9f456
MD5 bec16e98ccef6b36cea57faa4b77d0ee
BLAKE2b-256 8f1669e4cdcce1be240667dfa2607f12e00d1c79e4606656327c4f1fb88fea40

See more details on using hashes here.

Provenance

The following attestation bundles were made for wakeonlan-4.0.0.tar.gz:

Publisher: ci.yaml on remcohaszing/pywakeonlan

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wakeonlan-4.0.0-py3-none-any.whl.

File metadata

  • Download URL: wakeonlan-4.0.0-py3-none-any.whl
  • Upload date:
  • Size: 5.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wakeonlan-4.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 82c50fe0c8dbc4848b8398f48fd2d2ed5d4af363f3006279372d76513ef84505
MD5 a4c512feeb6344f2c61e867e36dbdb72
BLAKE2b-256 5c80ecebf7b1b32ebe4a10d72a09e21c4c76a2460fac159752ec9ab88508b7d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for wakeonlan-4.0.0-py3-none-any.whl:

Publisher: ci.yaml on remcohaszing/pywakeonlan

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page