Hi All,

I am trying to port the IoTivity to contiki.


While going through the code I found that the interface structure has the only 
ipv4 addree member.


typedef struct
{
    char name[INTERFACE_NAME_MAX];
    uint32_t index;
    uint32_t flags;
    uint16_t family;
    uint32_t ipv4addr;        /**< used for IPv4 only. */
} CAInterface_t;


our platform have the all 6lowpan devices so, could please give me the info 
where to add the IPV6 address in the code.

Thanks in advance.


Regards,

Raghavendra K.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20160217/befb2122/attachment.html>

Reply via email to