GO-REST-WOL Your little Monster to Wakeup the lazy one
| Computer | MAC Adress | Broadcast IP Address | API URL | |
|---|---|---|---|---|
| HCHWINPC | 2C-4D-54-D5-6F-65 | 192.168.1.255:9 | /api/wakeup/computer/HCHWINPC | |
| CachyOS | C8-7F-54-09-9C-17 | 192.168.1.255:9 | /api/wakeup/computer/CachyOS | |
| WohnzimmerPC | ac-22-0b-cd-d8-7e | 192.168.1.255:9 | /api/wakeup/computer/WohnzimmerPC |
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