summaryrefslogtreecommitdiffstats
path: root/src/wol.c
Commit message (Collapse)AuthorAgeFilesLines
* #988 remove legacy configurationOpenGnSys Support Team2020-10-071-1/+2
| | | | | Use og_server_cfg everywhere. Convert port to string to make it easy for the dbi API since it expects a string. Remove legacy example configuration file.
* #990 add wol_socket_open()OpenGnSys Support Team2020-08-061-0/+20
| | | | Add wol_socket_open() to initialize the WoL socket
* #971 split wake on lan codeOpenGnSys Support Team2020-07-061-0/+67
Add wol.c and wol.h that implements WakeOnLan.