Closed mrstegeman closed 3 years ago
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.
I would prefer this. Much easier to install on windows and to use elsewhere. Worked well for me.
Done!
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.