Go to file
Gustavo Sverzut Barbieri 8f8b2d04bd econnman: add agent support (passwords)
add a very simplistic ConnMan agent when you give it --agent/-a.

It will list every requested input and return those that you've
filled, that simple. You can use it to enter
passwords/passphrases/login whenever ConnMan requires it.

Ideally this should be in e17 connman module, but until it gets there
you can use this.

NOTE-1: connman 1.0 has a bug that sometimes it will return "Failed I/O"
even before you returned the password!

NOTE-2: connman git (1.3) has a bug that it will NEVER abort Connect()
calls even if the agent returns an error (is canceled).

I've reported the NOTE-2 bug to their mail list and as soon as I get a
reply I'll keep you informed.



SVN revision: 73250
2012-07-04 00:20:02 +00:00
data/desktop welcome econnman application. 2012-07-02 03:26:05 +00:00
AUTHORS welcome econnman application. 2012-07-02 03:26:05 +00:00
COPYING welcome econnman application. 2012-07-02 03:26:05 +00:00
ChangeLog welcome econnman application. 2012-07-02 03:26:05 +00:00
Makefile.am welcome econnman application. 2012-07-02 03:26:05 +00:00
NEWS welcome econnman application. 2012-07-02 03:26:05 +00:00
README welcome econnman application. 2012-07-02 03:26:05 +00:00
autogen.sh welcome econnman application. 2012-07-02 03:26:05 +00:00
configure.ac welcome econnman application. 2012-07-02 03:26:05 +00:00
econnman-bin econnman: add agent support (passwords) 2012-07-04 00:20:02 +00:00

README

ConnMan User Interface in EFL

REQUIREMENTS
============

 * Python-Elementary >= 0.7.3
 * Python-E_DBus >= 0.7.3
 * Python >= 2.7


BUILDING AND INSTALLING
=======================

This package uses automake, so execute:

Build::

        ./configure --prefix=/usr
        make all

Install::

        make install

If you wish to install at alternative locations, then make sure to
configure your PYTHONPATH to be able to access this location!