remcohaszing / pywakeonlan

A small python module for wake on lan.
https://pywakeonlan.readthedocs.io
MIT License
281 stars 68 forks source link

Repeat dst MAC address 16 times according to the specification. #3

Closed vasily-v-ryabov closed 7 years ago

vasily-v-ryabov commented 7 years ago

16 repetitions are enough according to the spec.

After this change a WOL packet is the same for wol.send_magic_packet(...) and for WakeOnLAN software in WireShark. So it's easier to reproduce some sequences in automated mode and manually.

remcohaszing commented 7 years ago

Thanks for the PR :smile: