Hello
I have 3 nodes, 2 Thread CoAP servers and 1 BLE/Thread Coap client.
Let's call them THnode1, THnode2 and BLE_THnode0.
I do not know the IP addresses of any node, but I would like to send messages to a specific node with a BLE interface using its name.
BLE_interface ----- message to THnode1 -----> BLE_THnode0 -----message to IPv6 of THnode1 -----> THnode1
I would need a kind of DNS to get a correspondense table (NAME<---> IP). But it seems such a DNS does not exist in the Nordic SDK.
How do you get the IP addresses of all your nodes and link them to their name ?
Does the address discovery and correspondence table have to be done in the application layer ?
For example, when a node join the network, it might send a multicast message with the CoAP including his name. Once the BLE_THnode0 get the message, it would have to build his own correspondance table... (as would do a DNS). Is it the way we must do it?
Thanks
Best regards