From 9ddfc032d424842691e1f4a30960547b578c9036 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 30 Jan 2012 21:29:59 +0000 Subject: Add new psock layer; telnet session is now wrapped in a character device git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4347 42af7a65-404d-4744-a932-0658087f49c3 --- apps/ChangeLog.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'apps/ChangeLog.txt') diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt index 77b92d12c..1179e2614 100755 --- a/apps/ChangeLog.txt +++ b/apps/ChangeLog.txt @@ -164,3 +164,13 @@ a USB serial console, then NSH needs to wait until the USB console is connected and available. * apps/examples/composite: Add a test of the USB composite device. + * apps/examples/telnetd: Move the tiny uIP shell example from + netutils/telnetd to examples/telnetd. Enhanced the telnetd daemon so that + it supports telnetd via a TTY device driver: A new TTY device driver is + created when each new telnet connection is created. The shell thread + is started with stdin, stdout, and stderror mapped to the TTY device. + * netutils/telnetd: The old uIP telnet demo is gone. In its place is a new + telnet infrastructure. The new telnet daemon creates sessions that are + "wrapped" as character devices and mapped to stdin, stdout, and stderr. + Now the telnet session can be inherited by spawned tasks. + * examples/telnetd: Add a test for the nte telnet daemon. -- cgit v1.2.3