19 lines
No EOL
334 B
Markdown
19 lines
No EOL
334 B
Markdown
# 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 ...
|
|
``` |