tungd / pi-wol

Remote Wake-On-LAN with RaspberryPi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pi Wake-On-LAN

Use Raspberry Pi to wake up WiFi-connected laptop.

API

GET http://127.0.0.1:5000/api/v1/machines

POST http://127.0.0.1:5000/api/v1/machines
Content-Type: application/json

{"name":"tung-mbp","ip":"192.168.15.22","mac":"6c:40:08:8b:4b:02"}
DELETE http://127.0.0.1:5000/api/v1/machines/192.168.1.108
PATCH http://127.0.0.1:5000/api/v1/machines/192.168.15.22

LICENSE

Apache 2

About

Remote Wake-On-LAN with RaspberryPi

License:Apache License 2.0


Languages

Language:PureScript 50.1%Language:Go 30.9%Language:Makefile 6.7%Language:HTML 5.5%Language:CSS 4.5%Language:JavaScript 2.3%