I'm working on a project with nrf52840 and i'm trying to send and receive ipv6 packet throw thread protocol so i tried to use to send with otIp6Send and receive with otIp6SetReceiveCallback but code doesn't see the function that i pass to otIp6SetReceiveCallback so i don't can't receive from transmitter.
i also tried to handle testing example(packet_error_rate) in nRF5SDKforThreadv 0.11 sdk which sends udp packets so i can remove udp layer and work with ip6 functions of openthread but i stuck in the same problem.
questions :
are there any clear steps to send and receive ip6 packets over thread and what needs to be initialized ?
any clear example that sends and receive ip6 packets over thread ?