wake-on-lan-node
v1.1.0
Published
A simple module, creating and sending a Wake On Lan UDP-Packet
Downloads
10
Readme
Wake-on-lan-node
This package implements the Wake on LAN functionality (creates and sends a UDP-WOL-Packet) as npm-module. Use the provided exe file as command line utility or the exported functions. This module is mainly written as part of an assignment for network technologies at my university, but feel free to use it. Sadly it is not well tested, documented and also not maintained.
Install
NPM
- Install:
npm install --save wake-on-lan-node
- Executable:
./exe <MAC-Address>
- as Module:
require('wake-on-lan-node')