• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/workflows/H16-Jun-2020-2320

build-aux/H16-Jun-2020-1,8761,241

pkgs/H16-Jun-2020-347228

LICENSEH A D16-Jun-20201.5 KiB3023

Makefile.inH A D16-Jun-20203.5 KiB14596

READMEH A D16-Jun-2020871 3016

config.h.inH A D16-Jun-20203.9 KiB14899

configureH A D16-Jun-2020144.4 KiB5,0604,147

configure.acH A D16-Jun-20201.1 KiB3727

pwol.1H A D16-Jun-20201.8 KiB9588

pwol.1.inH A D16-Jun-20201.8 KiB9588

pwol.cH A D16-Jun-202036.9 KiB1,9831,489

pwol.confH A D16-Jun-2020759 3929

pwol.conf.5H A D16-Jun-20203.4 KiB135112

pwol.conf.5.inH A D16-Jun-20203.4 KiB135112

README

1Peter's Wake-On-LAN utility
2
3Author:   Peter Eriksson <pen@lysator.liu.se>
4Website:  https://github.com/ptrrkssn/pwol
5
6pwol is a command line utility to send Wake-On-LAN (WoL) packets to one or many hosts, either
7locally or via routers, in order to wake them up from sleep mode.
8
9It can also be used as a WoL proxy daemon listening to incoming WoL packets (possibly authenticated)
10and then forwarding requests to one or many other targets.
11
12
13LICENSE
14
15BSD standard license. See the file LICENSE for details.
16
17
18BUILD INSTRUCTIONS
19
20Edit 'Makefile' and run 'make'. Build has been tested on Solaris 10, OmniOS, Linux (CentOS 6) and FreeBSD 11.
21
22
23USAGE
24
25pwol looks for a configuration file in two places by default, /etc/pwol.conf and
26$HOME/.pwolrc. Additional configuration files may be specified via the "-f" command
27line switch.
28
29See the "pwol.conf" file for details.
30