Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/roccomuso/wake-on-lan-server

Wake on LAN basic server.
https://github.com/roccomuso/wake-on-lan-server

lan node server udp-server wake wol-packets

Last synced: 8 days ago
JSON representation

Wake on LAN basic server.

Awesome Lists containing this project

README

        

## Wake on LAN basic server

### Basic usage

$ node index.js -m MAC_ADDRESS -p PORT

Then call the GET /wakeup entrypoint to send the WOL broadcast packet over the LAN.

### File description

index.js: Just a basic sample to demonstrate WOL feature in Node.js.

utils/wol-udp-server.js: UDP Server to debug and check for the arrival of the wol packets.

### Author

Rocco Musolino