This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IPv6 support functions & libcoap

Other Parts Discussed in Thread: CC3200

As part of the process to port libcoap to the CC3200 I have hit a number of obstacles.

The primary problems are related to the absence of IPv6 support and hence the absence of functions such as getaddrinfo() - getnameinfo() - freeaddrinfo() and gai_strerror().

Since developing and integrating these functions represent a significant amount of work (although some examples are available ie http://www.netperf.org/svn/netperf2/trunk/src/missing/getaddrinfo.c ) I would prefer to use the built-in IPv6 support for SimpleLink that I believe will be coming.

Does anybody have an idea when IPv6 support will be available?

Alternatively, has anybody implemented this functionality and would be willing to share it.

Thanks