Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from netifaces to ifaddr. #129

Merged
merged 1 commit into from
Mar 19, 2021
Merged

Conversation

mrstegeman
Copy link
Contributor

ifaddr is pure Python and does not require a toolchain to be
installed.

The struct packing/unpacking and math to find the broadcast
address could easily be done with the ipaddress module in the
standard library, but that's only for Python 3.x.

@ceboxsell
Copy link

I would prefer this. Much easier to install on windows and to use elsewhere.
Worked well for me.

ifaddr is pure Python and does not require a toolchain to be
installed.

The struct packing/unpacking and math to find the broadcast
address could easily be done with the ipaddress module in the
standard library, but that's only for Python 3.x.
@mclarkk
Copy link
Owner

mclarkk commented Mar 19, 2021

Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants