TelNet Server on LPC1769

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

TelNet Server on LPC1769

865 次查看
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 项奖励
回复
2 回复数

740 次查看
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 项奖励
回复

740 次查看
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 项奖励
回复