Skip to content

Rise and Shine Magic Packet: A Wake-on-Lan console menu for Linux systems.

License

Notifications You must be signed in to change notification settings

snem1216/RaSMaP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RaSMaP

Wake-on-Lan console menu for Linux systems. This is optimal for SSH servers being used as gateways for low-use systems such as homelabs that have multiple machines that need to be woken up on-demand. This command must be run with root privileges.

Installing, configuring, and running from .deb package (recommended)

$ wget https://github.com/snem1216/RaSMaP/releases/download/0.91-alpha/rasmap.deb
$ sudo dpkg -i rasmap.deb
$ sudo rasmap-config
$ sudo rasmap

Manual building

How to build & run:

$ cmake -G "Unix Makefiles" .
$ make
$ sudo ./rasmap

To install:

$ make install