Hello,
my project is bases on:
- Concerto F28M36
- CCS5.5
- TI-RTOS 1.21, including NDK 2.23
The TI-RTOS including SYS/BIOS is all configured statically using a .cfg file (XGCONF).
I need to set up a telnet server. For that I would like an example project. I haven't been able to find anything to fit my needs. I am aware of this thread. But the RDK-S2E software is a Keil µVision project, does not use TI-RTOS, etc. So I can't use it and since I'm new to TI NDK and Ethernet programming in general, I'm not able to port the mentioned telnet implementation into my project.
Except adding a static Telnet instance inside XGCONF (under NDK->Telnet) and creating a callback function, I don't know what to do next. NDK documentation didn't supply an answer ether. Do I have to listen for Telnet commands inside the Callback or do I have to start a new task in order to animate the telnet server or does NDK already implements telnet commands ?
Does anyone know of a telnet implementation that uses NDK and XGCONF ?
Thanks a lot in advance.
Frank