initial commit
This commit is contained in:
commit
811f80c92c
17 changed files with 549 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal 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 ...
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue