GO-REST-WOL Your little Monster to Wakeup the lazy one
| Computer | MAC Adress | Broadcast IP Address | API URL | |
|---|---|---|---|---|
| Kaz-THOR | d8:bb:c1:de:58:5f | 192.168.1.212:9 | /api/wakeup/computer/Kaz-THOR |
REST API Usage
/api/wakeup/computer/<ComputerName> Returns a JSON Object
{
"success":true,
"message":"Succesfully Wakeup Computer Computer1 with Mac 64-07-2D-BB-BB-BF on Broadcast IP 192.168.10.254:9",
"error":null
}
- success
- True or False if the WakeOnLan Paket was send
- message
- Message as string what happen
- error
- Encoded Jsonobject from GOLANG Error Object
Project Page: https://github.com/dabondi/go-rest-wol
Build with by David Baumann, https://github.com/dabondi