You are not logged in.
connman is a light-weight connection dbus interface, and "oonn" is a wireless manager based on it.
The main benefit of connman is that it is ultra-lightweight and has great potential.
"oonn" is pronounced as "on", which means it helps you to stay "on"line.
The PKGBUILD is already in aur, and here is the repo if you dont want to compile before you test.
[march]
# most common packages in aur
# readme: http://dl.dropbox.com/u/10527821/repo/x86_64/readme.txt
# packages: http://dl.dropbox.com/u/10527821/repo/x86_64/pkglst.txt
Server = http://dl.dropbox.com/u/10527821/repo/x86_64/
problem
1. it seems that connman's agent feature is not complete (correct me if i am wrong), so right now, there is no way to set passphrase.
2. if passphrase is ready, i am going to code some ncurses interface for it. but for now, test it with command line: oonn
some comparision (wicd, netcfg, networkmanager, connman)
1. speed of setup connection
conn >= netcfg >>>> networkmanager >>>>>>>>>>>>>>>wicd
2. wireless type support (bluetooth, cellular ethernet ...)
networkmanager > conn >>>>>> netcfg = wicd
3. passphrase setup speed
networkmanager >> wicd >>>>>>>netcfg (connman has no passphrase support for now)
4. lightweight
conn >>>netcfg = wicd >>>>>>>>>>>>>>>>>>>>>>>>>networkmanager
Last edited by taylorchu (2012-05-23 02:50:30)
"After you do enough distro research, you will choose Arch."
Offline
I got the following error (oonn installed from AUR)
[connman] -> online
Traceback (most recent call last):
File "/usr/bin/oonn", line 20, in <module>
all_services = conn.list_service()
File "/usr/lib/python2.7/site-packages/Connman_backend.py", line 63, in list_service
security = properties["Security"][0]
IndexError: list index out of range
Offline
it should be ok now
"After you do enough distro research, you will choose Arch."
Offline
so this is a lighter/faster alternative to wifi-select (netcfg)?
Offline
no, wifi-select is based on netcfg. This is based on connman. But overall they are similar.
"After you do enough distro research, you will choose Arch."
Offline
I'm still getting that error message, but right now there is no wireless network available, so could it be a 'intended behavior' somehow?
Offline
problem
1. it seems that connman's agent feature is not complete (correct me if i am wrong), so right now, there is no way to set passphrase.
2. if passphrase is ready, i am going to code some ncurses interface for it. but for now, test it with command line: oonn
The agent-api documentation does seem to include a passphrase parameter?
ᶘ ᵒᴥᵒᶅ
Offline