Tool/software: Code Composer Studio
I've followed the instructions in a related post for successfully establishing a static IP for the device based on the udpecho example code. Now I would like to implement a simple telnet service as well. Is anyone able to point me in the right direction for setting this up, I'm not finding a lot of documentation on the net or in the forums.
To be clear, I just want an idea of the necessary framework for a telnet service that I can build upon for displaying basic serial output to a (Putty) terminal as opposed to using the TI boards UART.
Thanks