summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Lorenz <jlorenz@de.adit-jv.com>2018-02-13 11:05:18 +0100
committerJens Lorenz <jlorenz@de.adit-jv.com>2018-02-13 11:05:18 +0100
commita4e8cdcef0ebf57b23ea6676a54c39e256e906eb (patch)
tree379b75383ac25abb6ff4835413a23db88e57fcfd
parentbcaeed20bbbb4375ae925d507821d2bef64e737b (diff)
downloadaudiomanager-a4e8cdcef0ebf57b23ea6676a54c39e256e906eb.tar.gz
README: Remove description related to telnet
Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
-rwxr-xr-xREADME68
-rw-r--r--README.html77
2 files changed, 0 insertions, 145 deletions
diff --git a/README b/README
index 59472d8..72ad4b3 100755
--- a/README
+++ b/README
@@ -351,74 +351,6 @@ Where:
----
To learn more about the commandline options, check the doxygen documentation.
-== Telnet Server
-The audiomanager has a build- in telnet server that serves for debugging purposes.
-If you compile your AudioManager with Telnet Server support (cmake -DWITH_TELNET=ON), you will be able to
-set with commandline argument -t the port number and with -m the maximum supported connections.
-The default telnet port is 6060.
-
-.For example, launch a telnet session on port 6080:
- telnet localhost 6060
-
- #>Welcome to GENIVI AudioManager ver-0.0.1-37-ga004215
- #>
-
-.press 'help' to get a list of all supported commands on this level:
-
- #>help
- ####################################################
- ####### The following commands are supported: ######
- ####################################################
- #
- #exit - quit telnet session
- #get - Go into 'get'-submenu
- #help - show all possible commands
- #info - Go into 'info'-submenu
- #list - Go into 'list'-submenu
- #set - Go into 'set'-submenu
- #
- #\>
-
-.Now type one of these commands, for example 'get', followed with another 'help' to get a list of supported commands:
-
- #\>get
- #
- #\Get>help
- ####################################################
- ####### The following commands are supported: ######
- ####################################################
- #
- #.. - one step back in menu tree (back to root folder)
- #exit - close telnet session
- #help - show all possible commands
- #recv - show receiverversion
- #routing - show current routing
- #sendv - show senderversion
- #
- #\Get>
-
-.You can also execute several commands in a line:
-
- #\Get>recv sendv .. help exit
- # Receiver versions:
- # Ctrl: 1 | Cmd: 1 | Routing: 1
- # Sender versions:
- # Ctrl: 1 | Cmd: 1 | Routing: 1
- ####################################################
- ######## The following commands are supported: ######
- ####################################################
- #
- #exit - quit telnet session
- #get - Go into 'get'-submenu
- #help - show all possible commands
- #info - Go into 'info'-submenu
- #list - Go into 'list'-submenu
- #set - Go into 'set'-submenu
- #
- #Your wish is my command ... bye!
- #Connection closed by foreign host.
-
-
== Code Formatting
The source code if formatted with eclipse, the style sheet used can be found in the Foo folder:
diff --git a/README.html b/README.html
index ccf2f16..eb7737e 100644
--- a/README.html
+++ b/README.html
@@ -1127,83 +1127,6 @@ Where:
</div>
</div>
<div class="sect1">
-<h2 id="_telnet_server">Telnet Server</h2>
-<div class="sectionbody">
-<div class="paragraph"><p>The audiomanager has a build- in telnet server that serves for debugging purposes.
-If you compile your AudioManager with Telnet Server support (cmake -DWITH_TELNET=ON), you will be able to
-set with commandline argument -t the port number and with -m the maximum supported connections.
-The default telnet port is 6060.</p></div>
-<div class="literalblock">
-<div class="title">For example, launch a telnet session on port 6080:</div>
-<div class="content">
-<pre><code>telnet localhost 6060</code></pre>
-</div></div>
-<div class="literalblock">
-<div class="content">
-<pre><code>#&gt;Welcome to GENIVI AudioManager ver-0.0.1-37-ga004215
-#&gt;</code></pre>
-</div></div>
-<div class="literalblock">
-<div class="title">press <em>help</em> to get a list of all supported commands on this level:</div>
-<div class="content">
-<pre><code>#&gt;help
-####################################################
-####### The following commands are supported: ######
-####################################################
-#
-#exit - quit telnet session
-#get - Go into 'get'-submenu
-#help - show all possible commands
-#info - Go into 'info'-submenu
-#list - Go into 'list'-submenu
-#set - Go into 'set'-submenu
-#
-#\&gt;</code></pre>
-</div></div>
-<div class="literalblock">
-<div class="title">Now type one of these commands, for example <em>get</em>, followed with another <em>help</em> to get a list of supported commands:</div>
-<div class="content">
-<pre><code>#\&gt;get
-#
-#\Get&gt;help
-####################################################
-####### The following commands are supported: ######
-####################################################
-#
-#.. - one step back in menu tree (back to root folder)
-#exit - close telnet session
-#help - show all possible commands
-#recv - show receiverversion
-#routing - show current routing
-#sendv - show senderversion
-#
-#\Get&gt;</code></pre>
-</div></div>
-<div class="literalblock">
-<div class="title">You can also execute several commands in a line:</div>
-<div class="content">
-<pre><code>#\Get&gt;recv sendv .. help exit
-# Receiver versions:
-# Ctrl: 1 | Cmd: 1 | Routing: 1
-# Sender versions:
-# Ctrl: 1 | Cmd: 1 | Routing: 1
-####################################################
-######## The following commands are supported: ######
-####################################################
-#
-#exit - quit telnet session
-#get - Go into 'get'-submenu
-#help - show all possible commands
-#info - Go into 'info'-submenu
-#list - Go into 'list'-submenu
-#set - Go into 'set'-submenu
-#
-#Your wish is my command ... bye!
-#Connection closed by foreign host.</code></pre>
-</div></div>
-</div>
-</div>
-<div class="sect1">
<h2 id="_code_formatting">Code Formatting</h2>
<div class="sectionbody">
<div class="paragraph"><p>The source code if formatted with eclipse, the style sheet used can be found in the Foo folder:</p></div>