This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

how to set the mqtt broker address in nrf5 iot sdk mqtt example

static const ipv6_addr_t m_broker_addr = { .u8 = {0x20, 0x01, 0x0D, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01} };

In the above how do i set the ipv6 address which is C2:98:AB:01:42:C1?

Related