https://github.com/soulim/wol
A command-line tool that allows a computer to be turned on or awakened by a network message.
https://github.com/soulim/wol
cli tool wake-on-lan
Last synced: 11 months ago
JSON representation
A command-line tool that allows a computer to be turned on or awakened by a network message.
- Host: GitHub
- URL: https://github.com/soulim/wol
- Owner: soulim
- License: gpl-3.0
- Created: 2022-11-30T11:48:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T22:23:20.000Z (over 2 years ago)
- Last Synced: 2025-03-09T19:15:49.626Z (over 1 year ago)
- Topics: cli, tool, wake-on-lan
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Wake-on-LAN (WOL)
WOL or better `wol` is a command-line tool that allows
a computer to be turned on or awakened by a network message.
See [Wake-on-LAN on Wikipedia][wol].
NOTE: Yes, I do know similar tools exist already. It's just yet another
opportunity for me to practice Go and I want to use it.
## Background
TODO: Add a background story
## Install
TODO: Add installation instructions
## Usage
TODO: Add usage instructions
## Contributing
WOL is open to code contributions for bug fixes only. As features might carry a
long-term maintenance burden, they will not be accepted at this time. Please
[submit an issue](https://github.com/soulim/wol/issues) if you have a feature you
would like to request.
## License
Copyright (c) 2022 Alexander Sulim
WOL is free software: you can redistribute it and/or modify it under the terms of
the GNU General Public License as published by the Free Software Foundation,
either version 3 of the License, or (at your option) any later version.
See [COPYING](COPYING) for license text.
[wol]: https://en.wikipedia.org/wiki/Wake-on-LAN