Libki / libki-server

Libki Server
Other
55 stars 28 forks source link

Use stored client MAC address to send Wake On Lan packets #326

Closed jfmartinezm closed 10 months ago

jfmartinezm commented 1 year ago

With the MAC address of each client now being stored on the database, that information could be used to send the Wake-On-Lan packets to all registered clients.

To reuse the server setting related to the list of WOL MAC addresses, that setting could be used as an additional list of MAC addresses to send WOL packets to. That could be useful if any client has trouble sending the right MAC address, or if some non-client device needs being woken up. That way, the WOL packet would be sent to all the clients with MAC addresses on the database, and to the MAC addresses manually specified on the server setting.

kylemhall commented 10 months ago

https://github.com/Libki/libki-server/pull/334