genode/repos/gems/src/server/tcp_terminal
Norman Feske ba2b0b8360 gems: remove the use of deprecated APIs
This patch also updates os/slave.h because the app/launcher cannot be
reasonably updated without it.

Issue #1987
Issue #3125
2019-01-30 13:49:54 +01:00
..
main.cc gems: remove the use of deprecated APIs 2019-01-30 13:49:54 +01:00
README Make label prefixing more strict 2016-11-30 13:37:07 +01:00
target.mk Merge pthread into libc library 2018-11-29 11:46:01 +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'.