|
@@ -2865,7 +2870,33 @@ sleep <sec>
+
+ Command Syntax:
+
+telnetd
+
+
+ Synopsis.
+ Start the Telnet daemon if it is not already running.
+
+
+ The Telnet daemon may be started either programmatically by calling nsh_telnetstart() or it may be started from the NSH command line using this telnetd command.
+
+
+ Normally this command would be suppressed with CONFIG_NSH_DISABLE_TELNETDbecause the Telnet daemon is automatically started in nsh_main.c. The exception is when CONFIG_NSH_NETLOCAL is selected. In that case, the network is not enabled at initialization but rather must be enabled from the NSH command line or via other applications.
+
+
+ In that case, when nsh_telnetstart() is called before the the network is initialized, it will fail.
+
+
+
@@ -2923,7 +2954,7 @@ nsh>
@@ -2953,7 +2984,7 @@ nsh>
@@ -3020,7 +3051,7 @@ uname [-a | -imnoprsv]
@@ -3046,7 +3077,7 @@ nsh>
@@ -3063,7 +3094,7 @@ urldecode [-f] <string or filepath>
@@ -3080,7 +3111,7 @@ urlencode [-f] <string or filepath>
@@ -3097,7 +3128,7 @@ useradd <username> <password>
@@ -3114,7 +3145,7 @@ userdel <username>
@@ -3131,7 +3162,7 @@ usleep <usec>
@@ -3158,7 +3189,7 @@ wget [-o <local-path>] <url>
@@ -3519,6 +3550,11 @@ nsh>
| !CONFIG_DISABLE_SIGNALS |
CONFIG_NSH_DISABLE_SLEEP |
+