Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 305 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 305 Bytes

wakeonlan-wrapper

A wrapper script around wakeonlan (brew) to automate waking up a system without extra parameters.

Edit wake script to change these parameters as appropriate

    port = '7'  # default WOL port usually is 7 or 9
    mac_addr = 'AA:BB:CC:DD:EE:FF'
    ip_addr = '192.168.0.255'