⚡ Protocol v1.0
Wake your devices,
anywhere.
End-to-end encrypted relay for Wake-on-LAN via ESP32.
Zero-knowledge — the server never sees your data.
🔐
ChaCha20 + HMAC-SHA256
Military-grade end-to-end encryption. The relay server never sees your plaintext commands or device data.
⚡
Real-time WebSocket
Persistent WSS connection means instant command delivery. Sub-50ms latency from anywhere in the world.
📡
Wake-on-LAN
Boot your PC remotely through your ESP32 device — bridging the internet to your local network securely.
🆓
Free Tier Included
5 devices free forever. Perfect for home automation, home labs, and personal projects.
🔧 Quick Start
WebSocket endpoint
wss://wakelink-project.org/wss
Register a device
curl -X POST "http://wakelink-project.org/api/v1/devices" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"name": "my_esp32"}'