Wake-on-Lan Web Interface

Message comes here

Wake-up directly using HTTP Request

/wake/<DeviceName> Returns a JSON Object

{
  "success":true,
  "message":"Sent magic packet to device Server with Mac 34:E6:D7:33:12:71 on Broadcast IP 192.168.1.255:9",
  "error":null
}
        

success
True or False if the WakeOnLan packet was send
message
Message as string what happen
error
Encoded Jsonobject from GOLANG Error Object


Project Page: https://github.com/sameerdhoot/wolweb

Build with by Sameer Dhoot, https://github.com/sameerdhoot

from David Baumann's project https://github.com/dabondi/go-rest-wol