An open API service indexing awesome lists of open source software.

https://github.com/ynlamy/wol

Windows command-line utility for remotely waking up computers by sending magic packets over the network
https://github.com/ynlamy/wol

utility wake-on-lan wakeonlan windows wol

Last synced: 9 months ago
JSON representation

Windows command-line utility for remotely waking up computers by sending magic packets over the network

Awesome Lists containing this project

README

          

# wol
Windows command-line utility for remotely waking up computers by sending magic packets over the network.

```
Usage : wol.exe [ ] [-f ] [-i ] [-p ]

: MAC addresses to wake up (multiple MAC addresses allowed)
-f , --file= : A Text file containing MAC addresses to wake up (one MAC address per line)
-i , --ip= : The Destination IP address, usually a broadcast address (default : 255.255.255.255)
-p , --port=: The destination UDP port number, usually 7 or 9 (default : 9)
-h, --help : Print this help screen
-v, --version : Print the version of the program and exit
```

This program have been created by Yoann LAMY under the terms of the [GNU General Public License v3](http://www.gnu.org/licenses/gpl.html).

![Preview](wol.gif)

CREDITS :
Portions of this program are Copyright (c) 1993 - 2018, Chad Z. Hower (Kudzu) and the Indy Pit Crew - [http://www.indyproject.org/](https://www.indyproject.org/).