nRF52 Thread unicast mode ipaddr read and write

Hi, I am currently working on nRF52 Thread v4.1.0 .

I am working on messaging transferring using coAP server an client . 

previously using CLI commands to detect the ipaddr , ipaddr add, ipaddr del

i want to set the  static ipaddr for my devices . and without using cli commands i need to configure ipaddr

and also read and write the ipaddr using the functions

so where could I get those functions

and

where otIp6IsAddressUnspecified is located

got like this

Parents Reply
  • Hi Jørgen, Thanks for your reply.

    During initialization of Thread itself ipaddress is set?

    if so during that time itself we give static ipaddress or

    there should be 3 or 4 set of ipaddress will generate

    > ipaddr
    fdde:ad00:beef:0:0:ff:fe00:fc00
    fdde:ad00:beef:0:0:ff:fe00:5c00
    fdde:ad00:beef:0:c1f7:fe04:39ec:79ad
    fe80:0:0:0:3448:71b0:2147:7e41
    Done

    can we set only one ipaddr and it should be static is it possible

Children
No Data
Related