(no title)
muxator | 1 year ago
import subprocess
[...]
result = subprocess.run(["wakeonlan", "MY:MA:CA:DD:RE:SS"], capture_output=True)
The magic packet could be built and broadcast in pure python, without introducing a dependency on an external binary.For example, one could take inspiration from the code at https://github.com/remcohaszing/pywakeonlan/blob/main/wakeon...
iam-TJ|1 year ago
tekknolagi|1 year ago
tekknolagi|1 year ago