Opened 14 years ago

Closed 8 years ago

#1098 closed enhancement (fixed)

Command Line Interface Framework

Reported by: ming Owned by: bennylp
Priority: normal Milestone: release-2.x
Component: pjlib-util Version: cli-branch
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

A CLI framework features an interface for defining command specification, parsing, and executing a command. It also features an interface to communicate with various front-ends, such as console, telnet, GUI, and HTTP.

Change History (8)

comment:1 Changed 14 years ago by ming

Implemented in r3211

  • pjlib-util:
    • implement CLI and CLI console front-end
  • build:
    • added CLI framework support on VS2005 and Makefile

comment:2 Changed 14 years ago by ming

(In [3231]) Implemented CLI (re #1098)

  • pjlib-util:
    • implement telnet CLI
  • pjsip-apps/samples:
    • sample CLI demo application
  • build:
    • VS6 and Makefile

comment:3 Changed 14 years ago by ming

(In [3232]) Re #1098:
Fixed failure in socket binding of CLI telnet daemon.

comment:4 Changed 12 years ago by bennylp

  • Milestone changed from release-2.0 to release-2.x

comment:5 Changed 11 years ago by riza

In 4299:

Re #1098: Additional implementation to command parsing, telnet front end, console front end

comment:6 Changed 11 years ago by riza

In 4302:

Re #1098: Modify help screen, change backspace input character, fix static and dynamic choice type argument handling

comment:7 Changed 11 years ago by riza

In 4303:

Re #1098: Modify input method for console, from character based to line based

comment:8 Changed 8 years ago by ismangil

  • Backported unset
  • Resolution set to fixed
  • Status changed from new to closed

Done

Note: See TracTickets for help on using tickets.