Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ogServer is AGPLv3+ | OpenGnSys Support Team | 2021-05-04 | 1 | -2/+3 |
| | | | | Update license header in files. | ||||
* | #1043 add WOL_SENT state | OpenGnSys Support Team | 2021-04-29 | 1 | -0/+50 |
| | | | | | WOL_SENT tells that WakeOnLan was sent to computer, after 60 seconds, if computer does not boot, this state is released. | ||||
* | #988 remove legacy configuration | OpenGnSys Support Team | 2020-10-07 | 1 | -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 Team | 2020-08-06 | 1 | -0/+20 |
| | | | | Add wol_socket_open() to initialize the WoL socket | ||||
* | #971 split wake on lan code | OpenGnSys Support Team | 2020-07-06 | 1 | -0/+67 |
Add wol.c and wol.h that implements WakeOnLan. |