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, beause it was a project for a class at university.
- Install:
npm install --save wake-on-lan-node
- Executable:
./exe <MAC-Address>
- as Module:
require('wake-on-lan-node')