-
Hello, I am trying to implement a version of the HandleUdpReceive function found here:( openthread/src/cli/cli_udp.cpp Line 461 in 0abc8d7 I am trying to read messages sent by the UDP send command, however I am struggling to find the libraries required to get this function to work, as I can't find the libraries for the OutputIp6Address function. Any support would be appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
jwhui
May 25, 2024
Replies: 1 comment
-
openthread/src/cli/cli_utils.cpp Line 163 in a54f4c4 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
im22361
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OutputIp6Address()
is implemented here:openthread/src/cli/cli_utils.cpp
Line 163 in a54f4c4