I have a question of dm648 about the function call of a network helloworld demo.
like: the LOCAL_daemonIPdiscovery(?,?); I only found it register as a callback function when network is firstly initiated and print something on screen.
I search the whole folder, only find 3 results, one is a declaration, second is the registration in the initiative function, third is the function body.
my question is how to track this function and find the calling relations.
thx.