genode/repos/gems/src/server/tcp_terminal
Norman Feske cd3a5852d6 Warn about the use of deprecated headers
This commit enables compile-time warnings displayed whenever a deprecated
API header is included, and adjusts the existing #include directives
accordingly.

Issue #1987
2017-01-31 12:01:18 +01:00
..
main.cc Warn about the use of deprecated headers 2017-01-31 12:01:18 +01:00
README Make label prefixing more strict 2016-11-30 13:37:07 +01:00
target.mk Simpify startup of dynamically linked binaries 2017-01-13 13:06:52 +01:00

TCP terminal is a service that provides Genode's terminal-session interface
via individual TCP connections. It supports multiple clients. The TCP port
to be used for each client is defined in as session policy in the config node
of the TCP server:

! <config>
!   <policy label_prefix="client"         port="8181"/>
!   <policy label_prefix="another_client" port="8282"/>
! </config>

For an example of how to use the TCP terminal, please refer to the run script
at 'gems/run/tcp_terminal.run'.