A very basic Wake-on-LAN client for the Nintendo Switch written using libnx.
- Sending Wake-on-LAN magic packets with a hardcoded MAC address
- Configurable broadcast address and MAC address through a file
- Wake-on-WAN functionality (wake across networks)
- An icon for the application
- Input directly in the application
- A GUI
Make sure you have DevKitA64 installed. Installations can be found on their website. For Unix-like platforms, it is recommended to use Pacman for installing the required tools.
In addition, make sure you have libnx installed.
Run make
inside this folder. Put the .nro
file you just created on your SD card and launch it.
Nicholas Jones