Beau Gunderson
Beau Gunderson
re: 1., given a mask like `0000:0000:0000:0000:ffff:ffff:ffff:ffff` are you looking for a function that returns `64`? re: 2., here's a working example: http://requirebin.com/?gist=982bc23a191d601dca5b53b5ef7e7403 point taken re: adding examples to the...
ah, thanks for the pointer to `os.networkInterfaces()`; I'll add this soon!
can you try [ip-address.js.org](http://ip-address.js.org/) again? it's working for me re: the conversion; i'm work on a function for you right now
@onury can you see if this meets your needs? http://requirebin.com/?gist=7b4a2156b1f783ede271e68eaf44d281 if it does, i'll flesh it out further and add it to the library :)
I agree with you, we should successfully parse these notations… I may not have time to add them in the short term, but welcome any PRs if someone beats me...
sorry for the poor docs! i'll leave this issue open until i have a chance to clarify them :)
@didix16 ah, I think you want `getType()`, though I do think there are some improvements that could be made, including the use of enums: ``` /** * Represents IPv6 address...
some more background [here](https://www.iana.org/assignments/ipv6-multicast-addresses/ipv6-multicast-addresses.xhtml)
thanks for reporting! i'll add docs for these methods :) --- Sent from my phone. > On Apr 18, 2017, at 18:00, shaozi wrote: > > Hi, > > The...
@elyscape happy to merge a PR for this one if you'd like to add it! (i will implement it eventually if you don't but it could be a few days);...