Remote Console

This tool is a simple remote console which receives the system output redirected from the framework to the Remote Console as well as sends data from the Remote Console's input to the framework.

The tool opens a TCP/IP server socket on a certain port and listens for incoming data from the framework. With this utility, you can remotely monitor the runtime results coming from an mBS framework and the bundles installed on it. You can also send commands to the framework and observe their execution.

To start and use the Remote Console tool:

As a result, the Remote Console tool and the framework will connect.

If the Remote Console tool is started before the framework, the data transfer will start immediately.

If the Remote Console tool is started after the mBS framework, initially the connection will not be available. It will be established after a specific timeout, configurable with the mbs.output.remote.reconnectTimeout system property on the framework device.


Framework Tools