Skip to content

pheebcodes/wake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wake

Install

Download the version for your operating system on the Releases page here on GitHub or install Go and run the below command to install wake using go get.

$ go get github.com/pheebcodes/wake/cmd/wake

Configure

Write any number of configuration files to ~/.wake/[name of computer].toml.

ip_address = "192.168.1.255" # IP address you want to broadcast to. Required!
mac_address = "01:23:34:56:78:90" # MAC address of the computer you want to wake. Required!
port = 2 # The port you want to send the packet on. Optional, defaults to 9.

Run

$ wake [name of computer you want to wake]

About

Send a wake-on-lan packet from the command line! Written in Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages