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?
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?
Where did you get C2:98:AB:01:42:C1 from? It doesn't look like an IPv6 address.
Where did you get C2:98:AB:01:42:C1 from? It doesn't look like an IPv6 address.