1.1.0 • Published 6 years ago

wake-on-lan-node v1.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

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')
1.1.0

6 years ago

1.0.0

6 years ago