zig-network
zig-network copied to clipboard
List IP addresses
Would it be possible to add a function to get a list of local IP addresses?
Yes, but this is a huge amount of work, as there's not just a "list of local ip", but a "list of local ip per network adapter", so we also need adapter listing
There is a Python extension module netifaces. The C code in there does the job. It's probably a separate project though.