Replies: 4 comments
-
@purvisb , have you tried using the OpenThread CLI ping command? |
Beta Was this translation helpful? Give feedback.
-
@jwhui I wont be able to use the CLI for my use case. Maybe I can call CLI commands from main.c? |
Beta Was this translation helpful? Give feedback.
-
@purvisb , were you able to resolve this issue? |
Beta Was this translation helpful? Give feedback.
-
@jwhui no. I know how to output commands to the CLI. How do I take inputs from the CLI as well? If I ping something I want to receive the stats perhaps as a string. perhaps I need an ping listener and just send the pings with the CLI? |
Beta Was this translation helpful? Give feedback.
-
I'm trying to use otPingSenderPing:
Here is the rest of the code
It always says 1 packet transmitted and 0 packets received. I checked wireshark and I don't see any icmpv6 transmissions. Am I using
otPingSenderPing
wrong?Beta Was this translation helpful? Give feedback.
All reactions