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

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.

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