Skip to content

Commit

Permalink
Added a small reference to shell TLS & completion in "Batteries Inclu…
Browse files Browse the repository at this point in the history
…ded"
  • Loading branch information
tcalmant committed Jun 15, 2018
1 parent 6a2ef33 commit 929c653
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -341,14 +341,15 @@ Pelix/iPOPO comes with some useful services:

* Pelix Shell: a simple shell to control the framework (manage bundles,
show the state of components, ...).
The shell is split in 4 parts:
The shell is split in 5 parts:

* the parser: a shell interpreter class, which can be reused to create other
shells (with a basic support of variables);
* the shell core service: callable from any bundle, it executes the given
command lines;
* the UIs: text UI (console) and remote shell (TCP, XMPP)
* the UIs: text UI (console) and remote shell (TCP/TLS, XMPP)
* the commands providers: iPOPO commands, report, EventAdmin, ...
* the completion providers: Pelix, iPOPO

See the `shell tutorial <http://ipopo.readthedocs.io/en/latest/quickstart.html#play-with-the-shell>`_
for more information.
Expand Down

0 comments on commit 929c653

Please sign in to comment.