On Fri, Sep 29, 2023 at 10:36 PM <sk...@marvell.com> wrote:
>
> From: Sunil Kumar Kori <sk...@marvell.com>
>
> It adds framework to initiate a telnet session with application.
>
> Some configurations and debug commands are exposed as runtime APIs.
> Those commands can be invoked using telnet session.
>
> Application initiates a telnet server with host address 0.0.0.0
> and port number 8086 by default.
>
> To make it configurable, "-h" and "-p" options are provided.
> Using them user can pass host address and port number on which
> application will start telnet server.
>
> Using same host address and port number, telnet client can connect
> to application.
>
> Syntax to connect with application:
>         # telnet <host> <port>
>
> Once session is connected, "graph> " prompt will be available.
> Example:
>         # telnet 10.28.35.207 50000
>           Trying 10.28.35.207...
>           Connected to 10.28.35.207.
>           Escape character is '^]'.
>
>           Welcome!
>
>           graph>
>
> Signed-off-by: Sunil Kumar Kori <sk...@marvell.com>
> Signed-off-by: Rakesh Kudurumalla <rkuduruma...@marvell.com>
> ---

>
> +Application allows some configuration to be modified at runtime using a 
> telnet session.
> +Application initiates a telnet server with host address ``0.0.0.0`` and port 
> number ``8086``
> +by default.
> +
> +if user passes ``-h`` and ``-p`` options while running application then 
> corresponding
> +IPv4 address and port number will be used for telnet session.

IPv4 -> IP

> +
> +After successful launch of application, client can connect to application 
> using given
> +host & port and console will be accessed with prompt ``graph>``.

With above changes,

Acked-by: Jerin Jacob <jer...@marvell.com>

Reply via email to