TelNet Server on LPC1769

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

TelNet Server on LPC1769

791 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by csuttner on Tue Dec 18 02:01:32 MST 2012
Hey guys,
I try to set up a TelNet Server on the LPC1769. I use the  EasyWeb TCP/IP Stack but the functions it contains are on a very low  level and not quiet simple to use.

Has anyone got a working TelNet-Server for the 1769? All it needs to do is transmit text (no terminal information or multisession needed).

Best Regards
Chris
0 Kudos
Reply
2 Replies

666 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by FlySnake on Sun Dec 23 11:16:39 MST 2012
http://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_IO/Demo_Applications/LPCXpresso_LPC1769/NXP_LPC1...
Second example contains telnet-like server.
EasyWeb is to easy for real life application except few very simple. Try LwIP with FreeRTOS.

Or you can check my "skeleton" project based on this featured example. It has telnet-like server with few more features
https://bitbucket.org/antlabs_dev/lpc176x_freertos_lwip_skeleton/overview
0 Kudos
Reply

666 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by csuttner on Sun Dec 23 04:21:43 MST 2012
I wouldn't have thought it was that hard to get a terminal connection via Ethernet to the LPC1769. There is no working example in the IDE. Am I really the only one facing this problem?
0 Kudos
Reply