Project case study
Remote power-on tool using Kotlin, native C++, and socket programming.
Overview
Wake-Up-LAN is a small networking project built to remotely power on devices over a local network.
I built it with Kotlin and native C++ to send Wake-on-LAN packets and work more closely with sockets and system-level behaviour.
It gave me hands-on experience with socket programming, native integration, and designing an application that connects system-level behaviour to a usable interface.