summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGENIVI Audio Manager Maintainer <genivi-maint-audiomanager@smtp1.genivi.org>2018-02-26 08:59:12 +0100
committerGitHub <noreply@github.com>2018-02-26 08:59:12 +0100
commitcfded6ea1a53e5387e1f24c0a9132f363247669b (patch)
treea3ece549d48b4b15653b60102f6ea4bd4599f8b2 /README
parentbcaeed20bbbb4375ae925d507821d2bef64e737b (diff)
parentcc84de5b43ebd21e57b1411124fcc3a725bf6b88 (diff)
downloadaudiomanager-cfded6ea1a53e5387e1f24c0a9132f363247669b.tar.gz
Merge pull request #25 from JensLorenz/version_and_doc_update
Version and doc update
Diffstat (limited to 'README')
-rwxr-xr-xREADME68
1 files changed, 0 insertions, 68 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: