Wake-on-LAN Web Interface

Message comes here

Wake using HTTP Request

/wolweb/wake/<DeviceName> Returns a JSON Object

{
  "success":true,
  "message":"Sent magic packet to device with MAC 00:00:00:00:00:00 on Broadcast IP 192.168.110.255:9",
  "error":null
}
        

Success
True or False if the WakeOnLan Packet was sent
Message
Message as string what happened
Error
Encoded JSON Object from GOLANG Error Object


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

Built with by Scott Ueland, https://github.com/bnhf

from Sameer Dhoot's project https://github.com/sameerdhoot/wolweb

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