More IPAddress informations needed

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
infratec
Always Here
Always Here
Posts: 6869
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

More IPAddress informations needed

Post by infratec »

Since I do a lot of networking stuff, I often come to a point,
where the ip address alone is not enough.
I need very often the netmask / CIDR.

Sometimes I also need the gateway.

SInce there is already a 'problem' with IPv6 addresses (a buffer/structure is behind the scene)
It would make sense to return a string or (always) a pointer to a structure instead of the IP.
User avatar
Mijikai
Addict
Addict
Posts: 1360
Joined: Sun Sep 11, 2016 2:17 pm

Re: More IPAddress informations needed

Post by Mijikai »

+1
Bitblazer
Enthusiast
Enthusiast
Posts: 736
Joined: Mon Apr 10, 2017 6:17 pm
Location: Germany
Contact:

Re: More IPAddress informations needed

Post by Bitblazer »

+1
Post Reply