GO-REST-WOL Your little Monster to Wakeup the lazy one
| Computer | MAC Adress | Broadcast IP Address | API URL | |
|---|---|---|---|---|
| Ernie | 74:D0:2B:81:38:DB | 192.168.0.20:7 | /api/wakeup/computer/Ernie | |
| Ernie | 74:D0:2B:81:38:DB | 192.168.0.20:9 | /api/wakeup/computer/Ernie | |
| MetalGear11 | 52:54:00:68:5d:9c | 192.168.0.120:9 | /api/wakeup/computer/MetalGear11 | |
| MetalGear11 | 52:54:00:68:5d:9c | 192.168.0.120:7 | /api/wakeup/computer/MetalGear11 |
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