4 - Priority scale: High, Medium and Low
6 - Complexity scale: C1, C2, C4 and C8.
7 The complexity scale is exponential, with complexity 1 being the
8 lowest complexity. Complexity is a function of both task 'complexity'
14 - Session API implementation
18 Owner: Daniel Wagner <daniel.wagner@bmw-carit.de>
19 Owner: Patrik Flykt <patrik.flykt@linux.intel.com>
21 The session API should provide a connection abstraction in order to
22 prioritize applications network accesses, prevent or allow network
23 and bearer roaming, or provide applications with a way to request
24 for periodic network connections. On-demand connections will be
25 implemented through this API as well.
26 See http://www.mail-archive.com/connman@connman.net/msg01653.html
29 - main.conf FallbackTimeservers, FallbackNameservers
34 Both entries should take a string list as arguments and can contain
35 mixed combination of fully qualified domain names, IPv4 and IPv6
36 addresses. In absence of main.conf or if this entry is not present
37 then no fallback servers are used. These configuration file values
38 will obsolete plugins/meego.c and plugins/google.c.
39 See http://lists.connman.net/pipermail/connman/2012-March/008605.html
42 - main.conf DefaultAutoConnectTechnologies
47 The default autoconnect value for a new service that has not been seen. After
48 that it can be changed on a per service level via AutoConnect property.
49 The default value if not present should be "ethernet,wifi".
50 See http://lists.connman.net/pipermail/connman/2012-March/008605.html
53 - main.conf PriorityTechnologies
56 Owner: Patrik Flykt <patrik.flykt@linux.intel.com>
58 Handle automatic switch from one technology to another one. By default
59 this value should be empty and no automatic switching is happening as
60 long as technology is connected. The list is ordered.
61 See http://lists.connman.net/pipermail/connman/2012-March/008605.html
68 Owner: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
70 Discuss and implement a basic and safe firewalling strategy into
71 Connman. Provide a D-Bus API for personal firewalling.
74 - PACRunner extensions
79 Support more URI schemes, support multiple connections, tighter
91 Owner: Samuel Ortiz <sameo@linux.intel.com>
93 This EAP is needed for SIM card based network authentication.
94 ConnMan here plays a minor role: Once wpa_supplicant is set up for
95 starting and EAP-AKA/SIM authentication, it will talk to a SIM card
96 through its pcsc-lite API.
105 - Wireless background scan
109 Owner: Samuel Ortiz <sameo@linux.intel.com>
111 While connected ConnMan should offload the background scanning to
112 wpa_supplicant. Wpa_supplicant allows for a fancy background scan
113 which frequency increases after the current connection signal level
114 drops below a defined threshold.
115 We should also be able to have wpa_supplicant do the background
116 scanning for us when we're not connected, if we have configured our
134 Owner: Mario Tokarz <mario.tokarz@bmw-carit.de>
149 Owner: Jukka Rissanen <jukka.rissanen@linux.intel.com>
159 Owner: Patrik Flykt <patrik.flykt@linux.intel.com>
161 For platforms not running python, it could prove useful to provide them
162 with a native single binary command line tool.
172 Owner: Alok Barsode <alok.barsode@linux.intel.com>
174 A GNOME3 shell user interface would make it easier for mainstream distros
175 users to use ConnMan.