Page 1 of 1

Anyone tried using PB's networking for IPv6?

Posted: Wed Dec 12, 2012 5:02 pm
by SFSxOI
Just wondering if anyone has tried to use PureBasics networking capabilities for anything to do with IPv6. I have not tried yet with Purebasic's networking as i was under the impression it would only do IPv4 stuff.

Re: Anyone tried using PB's networking for IPv6?

Posted: Wed Dec 12, 2012 5:11 pm
by Fred
The PB network lib is v4 only (it's planned to add iPv6)

Re: Anyone tried using PB's networking for IPv6?

Posted: Wed Dec 12, 2012 6:25 pm
by SFSxOI
Thanks Fred

Thats what I thought, someone tried to tell me it would do IPv6 with 5.0 but I did not think so and I had not tried

Re: Anyone tried using PB's networking for IPv6?

Posted: Wed Dec 12, 2012 11:11 pm
by Fred
You can still uses API, it will work.

Re: Anyone tried using PB's networking for IPv6?

Posted: Wed Dec 12, 2012 11:20 pm
by SFSxOI
Yes, I know, been using API for most everything I do for work due to requirements.