Hi, I am starting using ndk and now debuging the client example, there are some confusion about this example:
1. in client.c file, there is a header file: console.h, which should be under the path ti/ndk/inc/tools, but I can't find it. where is it?
2. in the client.c, the function NetworkOpen() implement some DaemonNew to startup local server, but I can't find the callback (such as
dtask_tcp_echo, dtask_tcp_datasrv, etc). where are they being implemented?