Go to file
Gustavo Sverzut Barbieri 97b1311413 welcome econnman application.
This application attempts to cope with newest connman API and provide
every feature it supports.

It's written as an application instead of E17 module to make use of
Elementary. At this point I'm trying to make something usable fast and
then python-elementary is used (it may be converted to C at a later
point).

Just use a recent elementary from svn to run, as elm_segment_control
was badly broken and will segfault if used! Be warned.

python-elementary is not a compile time dependency and thus not
checked by configure, but it's runtime so be sure to have it before
running!

TODO:
 - IPv6
 - Proxy
 - Technology and Service icons (IOW: it looks ugly now)



SVN revision: 73121
2012-07-02 03:26:05 +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 welcome econnman application. 2012-07-02 03:26:05 +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!