Skip to content

Mleaf/openwrt-mwol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mwol for (OpenWRT)

mwol is a program that uses the mqtt protocol to wake up a computer from the network to improve the user experience and security of the original wol.

Issues & Updates

Found a bug? Please create an issue on GitHub: https://github.com/mleaf/openwrt-mwol/issues

Further tests and PR's are welcome and appreciated.

Installation

In time, Mwol may be included upstream by the OpenWRT crowd, to have it always available, for now, please select an installation method most suited for your case to get it:

Adding mwol to your running OpenWRT as ipk package

via LuCI

via shell

$ cd /tmp
$ wget http://192.168.1.225:3000/mleaf/mwol_1.0.0-1_arm_cortex-a7_neon-vfpv4.ipk
$ wget http://192.168.1.225:3000/mleaf/luci-app-mwol_1.0-2_all.ipk
$ opkg install mwol_1.0.0-1_arm_cortex-a7_neon-vfpv4.ipk
$ opkg install luci-app-mwol_1.0-2_all.ipk

Adding Mwol to your own OpenWRT Build

Download mwol from github:

# openwrt-mwol
git clone http://192.168.1.225:3000/mleaf/openwrt-mwol.git package/openwrt-mwol

Install the package:

$ make menuconfig

Go to LuCI -> Applications select luci-app-mwol, exit, save and build as usual.

Enable the Mwol

  • Go to Services -> Mwol
  • Choose Enable in the input checkbox

Screenshots

Luci

Mwol

捐赠


License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

About

Mwol(Mqtt Wake On Lan) for OpenWRT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published