On quarta-feira, 17 de fevereiro de 2016 10:58:42 PST Raghavendra Kakarla 
wrote:
> 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.

You don't need the address. The interface index is enough.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

Reply via email to