Bundle: consoletcp
Version 5.0.0
Console TCP
This bundle provides a tcp server that acts as a user interface
to the KF console
Description
The Console TCP bundle is a tcp server that makes Knopflerfish console
commands available to the end user. Any tcp client can be used to
connect to it.
This bundle is typically used during development.
Configuration using the Configuration Manager
The tcp console bundle accepts a configuration with the PID
org.knopflerfish.bundle.consoletcp.ConsoleTcp
and with the following properties:
- host
- Host name (IP address) of the interface to listen for tcp
connections to the console on.
- port
- Port to listen for tcp connections to the console on.
- um
- If set to true User Management is required. I.e., if there is no
UserAdmin service in the system login will be denied. When set to
false and there is no UserAdmin service then the default
user/password will be used.
- requiredGroup
- When UserAdmin is used the user must belong to this group to be
allowed to log in.
- forbiddenGroup
- When UserAdmin is used the user must NOT belong to this group to be allowed to log in.
- useTimeout
- Enable/disable setting of SO_TIMEOUT for the client socket.
- exitOnLogout
- Indicates if the session should be closed if the user logs out. If
this is not set to true, the session will be kept open, but no
Authorization object will be present and hence the user will have
no special rights.
- defaultUser
- The only user name that is accepted when no UserAdmin service is
available.
- defaultPassword
- The password to accept when no UserAdmin service is
available.
Bundle Jar docs
consoletcp_all-5.0.0
consoletcp-5.0.0
Exported Packages
No exported packages.