Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 341 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 341 Bytes

wakeonlan

simple wakeonlan golang lib

what is this

wakeonlan is very tiny lib, it will construct a magic packet from mac address then send it to target computer.

how to do it

import to your project then call SendMagic func.

SendMagic(macAddr, passwd, ip, port string)

when will cli / ui program be available?

anytime soon...