uIP from webserver to Telnet

Hi All,
    This is Mikey. I am developing a project where i am stuck in some
point. I have RX63NB development kit with DP83620 as PHY layer interface. I have sample codes for web server and i need to replace it by Telnet. I have done many modifications but still i couldn’t succeed. So please if any one can help me out in this it will be really helpful. Thanks in Advance,Awaiting for reply. Mikey

uIP from webserver to Telnet

Do you just want a simple command line interface? Maybe to talk to FreeRTOS+CLI? If so then take a look at FreeRTOS+UDP, there are examples with it connected to FreeRTOS+CLI, and because it is standards based (sockets interface) it is easier.