remcohaszing / pywakeonlan

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

Ability to specify a range of IP addresses #23

Closed napsterxp closed 1 year ago

napsterxp commented 2 years ago

On a network where all adapters have static IPs, the ability to wake up 1.0.0.1 thru 1.0.0.99

codecov[bot] commented 2 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (poetry-github-actions@2a5c697). Click here to learn what that means. The diff coverage is n/a.

@@                   Coverage Diff                    @@
##             poetry-github-actions      #23   +/-   ##
========================================================
  Coverage                         ?   94.11%           
========================================================
  Files                            ?        1           
  Lines                            ?       34           
  Branches                         ?        7           
========================================================
  Hits                             ?       32           
  Misses                           ?        1           
  Partials                         ?        1           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

DavidPratt512 commented 2 years ago

Hey @napsterxp, this PR is set to pull from main into poetry-github-actions, and none of your changes are included.

To make your changes, follow this workflow:

git checkout -b specify-ip
# make your changes
git add <changes>
git commit
git push

Then open a PR.

remcohaszing commented 1 year ago

I’m closing this PR, as it doesn’t seem to contain any new commits. :confused:

If this was fixing something, please feel free to open a new issue or PR.