Skip to content

thisismexp/wake-on-lan-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, beause it was a project for a class at university.

Install

NPM

  • Install: npm install --save wake-on-lan-node
  • Executable: ./exe <MAC-Address>
  • as Module: require('wake-on-lan-node')

About

Wake on LAN for as Node.js Package

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published