How enable TELNET server in CF Lite code?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How enable TELNET server in CF Lite code?

1,202件の閲覧回数
TVNAIDU
Contributor III

I can see TELNET_SVR debug switch in CF Lite code (I couldn't find where that switch was enabled), how to enable TELNET Server any idea?.

 

Thanks in advance.

ラベル(1)
0 件の賞賛
返信
1 返信

673件の閲覧回数
scifi
Senior Contributor I
I don't know much about ColdFire Lite, but I do know that 'telnet' is little more than a TCP session with text flowing in both directions. Telnet clients normally provide terminal emulation, but you probably don't need that. So if ColdFire Lite (like any TCP/IP stack) provides means to accept TCP connections and send/receive data through them, then you are fully equipped to make a 'telnet server.' Listen for connections, receive text commands, interpret them, send responses. It's up to you.
0 件の賞賛
返信