Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.08 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.08 KB

WakeOnLAN_Switch License: GPL v2

A very basic Wake-on-LAN client for the Nintendo Switch written using libnx.

Current Features

  • Sending Wake-on-LAN magic packets with a hardcoded MAC address

Features In Dev

  • Configurable broadcast address and MAC address through a file

Planned Features

  • Wake-on-WAN functionality (wake across networks)
  • An icon for the application

Potential Features

  • Input directly in the application
  • A GUI

Getting Started

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.

Running the app

Run make inside this folder. Put the .nro file you just created on your SD card and launch it.

Author

Nicholas Jones