Hello!
I'm very new to the Thread protocol, so forgive me if something I say is far from correct.
What would be the easiest way to reach a CoAP Endpoint inside OpenThread, from
an outside application (such as ping6 or a scapy script)?
I'm kinda lost and not sure if I should be using the wpantund tool [or how to], or
something like that; or even if there is some CoAP Endpoint to be reached inside
OpenThread's cli example (ot-cli-ftd or some other executable). From what I understood
looking at the repository, OpenThread is using CoAP to exchange control messages
regarding Joining/Commissioning; right?
Basically, what I want to do is just to be able to reach a CoAP Server so I can send
random stimuli to it (like a GET ./well-known/core; etc). Actual paths available on such
a CoAP Server/Endpoint are not relevant; I'm OK with only getting RSTs, as long as
I can see the packets going back and forth with Wireshark, for instance.
PS.: I'd like to do that using only one Native PC (Linux), but if not possible, I have one
samr21-xpro and 2 RPis as well.
Thanks & Regards,
Bruno Melo.