mylesnoton / wake-on-lan

A command line tool to broadcast a wake on LAN magic packet to devices on your network, written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wake on Lan

CircleCI MIT License

A command line tool to broadcast a Wake on LAN magic packet to devices on your network, written in Go

Usage

Usage:
  wake-on-lan <Options>

Command Options:
  --mac             The MAC address of the machine you want to wake up, eg: 192.168.0.1
  --bcast           The IP address you want to broadcast the magic packet to on your network

Example

wake-on-lan --mac 00-00-00-00-00-00

Testing

go test -v

About

A command line tool to broadcast a wake on LAN magic packet to devices on your network, written in Go

License:MIT License


Languages

Language:Go 100.0%