Wake-On-LAN emulator for GNS3
Find a file
2024-12-22 23:05:52 +01:00
external initial commit 2024-12-22 23:05:52 +01:00
source initial commit 2024-12-22 23:05:52 +01:00
.gitignore initial commit 2024-12-22 23:05:52 +01:00
.gitmodules initial commit 2024-12-22 23:05:52 +01:00
CMakeLists.txt initial commit 2024-12-22 23:05:52 +01:00
README.md initial commit 2024-12-22 23:05:52 +01:00

GNS3 WoL Emulator

Emulate Wake-On-LAN behavior in a GNS3 environment.

This run on the host GNS3 server and listen for a WoL message on the system on any device. If found, it will wake up the destination machine based on its MAC address.

Dependencies

Debian :

sudo apt install libpcap-dev

Build

cmake ...