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/examples/telnetd/README.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 apps/examples/telnetd/README.txt (limited to 'apps/examples/telnetd/README.txt') diff --git a/apps/examples/telnetd/README.txt b/apps/examples/telnetd/README.txt new file mode 100644 index 000000000..ebc9684ca --- /dev/null +++ b/apps/examples/telnetd/README.txt @@ -0,0 +1,8 @@ +README.txt +^^^^^^^^^^ + +This directory contains a functional port of the tiny uIP shell. In the +NuttX environment, the NuttShell (at apps/nshlib) supercedes this tiny +shell and also supports telnetd. + +This example is retained here for reference purposes only. -- cgit v1.2.3