Skip to content

aleixfortm/woled

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

storymous_tree

Woled

> A user-friendly CLI Wake-on-LAN tool
Add your own devices, edit config data and broadcast WOL packets through a CLI application


Features

  • 🌐 Send WOL packets to your local network
  • ✅ User-friendliness and simplicity of a CLI tool
  • 🔍 Save, remove and list your own devices

Getting started

Dependencies

Dependency Purpose Version Download link
Go Compiling v1.20.6 https://go.dev/dl/

Installing and using the app

To install the CLI application in your machine, copy the following code snippet into your terminal:

git clone https://github.com/aleixfortm/woled
cd woled
go install

You should now be able to use Woled commands from your CLI.

Usage

woled <command>

Commands

  wol         Broadcast WOL packet to local network
  add         Add device data to local storage
  remove      Remove a device from local storage
  list        Display a list of added devices
  config      Show and tweak default app settings, including UDP Port and broadcast IP address

Flags

  -h, --help   show arguments and examples

About

A user-friendly CLI wake-on-LAN tool

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages