Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 720 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 720 Bytes

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