Skip to content

Cross-platform Wake-on-LAN utility for the command line in less than 70 SLOC

Notifications You must be signed in to change notification settings

tniessen/node-wakeup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Installation

A pre-compiled version of this utility is available as a NPM module. To install it globally so you can use it from the command line, use

npm install -g wakeup

By installing it locally, you can use its public API (see index.coffee).

Usage

This module contains a single binary which sends WOL packets to remote hosts. To wake a host using its MAC address, simply use

wakeup 01:23:45:ab:cd:ef

The MAC address must be specified as six hexadecimal bytes separated by colons. Use wakeup --help to get a list of all available options.

License

This work is licensed under a Creative Commons Attribution 4.0 International License.

About

Cross-platform Wake-on-LAN utility for the command line in less than 70 SLOC

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published