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
- Host: GitHub
- URL: https://github.com/ynlamy/wol
- Owner: ynlamy
- License: gpl-3.0
- Created: 2021-03-02T09:11:57.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-02T09:23:37.000Z (over 5 years ago)
- Last Synced: 2025-02-24T09:33:19.003Z (over 1 year ago)
- Topics: utility, wake-on-lan, wakeonlan, windows, wol
- Language: Pascal
- Homepage:
- Size: 49.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).

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/).