summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd/README
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2021-04-13 11:57:21 -0600
committerVijay Kumar Banerjee <vijay@rtems.org>2021-04-13 11:57:21 -0600
commit650ac700664238b842f13523cc8b1604d24b1794 (patch)
treecdd0d85dc8fedd8759cfbbbc829280dece7a17b0 /cpukit/telnetd/README
parentdisp_hcms29xx.c: Unused value (CID #1399752) (diff)
downloadrtems-650ac700664238b842f13523cc8b1604d24b1794.tar.bz2
Revert "cpukit: Remove telnetd"
This reverts commit 3299dda2454a8847c670a732f6c12ef1f2cc5dd0.
Diffstat (limited to 'cpukit/telnetd/README')
-rw-r--r--cpukit/telnetd/README23
1 files changed, 23 insertions, 0 deletions
diff --git a/cpukit/telnetd/README b/cpukit/telnetd/README
new file mode 100644
index 0000000000..3807aa5ebf
--- /dev/null
+++ b/cpukit/telnetd/README
@@ -0,0 +1,23 @@
+Author: fernando.ruiz@ctv.es (correo@fernando-ruiz.com)
+
+This directory contains a telnetd server
+primary features:
+
+ + create a user shell pseudo-terminal task.
+
+This code has not been extensively tested. It is provided as a tool
+for RTEMS users to open more shell tcp/ip pseudo-terminal.
+Suggestions and comments are appreciated.
+
+Read libmisc/shell for more information.
+
+NOTES:
+
+1. OOB not yet implemented. Only a reduced negotiation is implemented.
+
+2. If you have tcp/ip initialied you can start telnetd daemon.
+ You need register pseudo-terminals driver into device drivers table.
+
+Enjoy it.
+
+FUTURE: