genode/gems/src/server/tcp_terminal
Norman Feske c7f1b85652 Retire libc_{log, block, fs, rom}
Those plugins are superseded by libc_vfs.

Issue #999
2014-04-29 15:25:39 +02:00
..
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
main.cc os: Split Session_label from Session_policy 2013-09-23 14:25:59 +02:00
target.mk Retire libc_{log, block, fs, rom} 2014-04-29 15:25:39 +02:00

README

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="client"         port="8181"/>
!   <policy label="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'.