Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/roccomuso/wake-on-lan-server
- Owner: roccomuso
- Created: 2016-12-16T21:59:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T19:03:28.000Z (over 6 years ago)
- Last Synced: 2025-01-07T23:57:10.346Z (23 days ago)
- Topics: lan, node, server, udp-server, wake, wol-packets
- Language: JavaScript
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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