initial commit

This commit is contained in:
faraphel 2024-12-22 23:05:52 +01:00
commit 811f80c92c
17 changed files with 549 additions and 0 deletions

19
README.md Normal file
View file

@ -0,0 +1,19 @@
# 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 ...
```