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 - connman_element removal
24 Owner: Martin Xu <martin.xu@intel.com>
31 Dependencies: Core:DHCP Lib
32 Owner: Martin Xu <martin.xu@intel.com>
35 - On demand connection
39 Owner: Samuel Ortiz <sameo@linux.intel.com>
41 With on demand connection applications get connectivity access
42 simply by trying to reach the network. They don't need to
43 specifically request for a service connection, but ConnMan
44 establishes it on their behalf.
45 This feature counter part is idle disconnect. ConnMan needs to be
46 able to close the on demand established connections by monitoring
47 the link activity. This requires kernel support with e.g. the
48 netfilter IDLETIMER target.
61 Create a service for every VPN and link it to the topmost one for
63 The default route should be set accordingly when UIs move the
64 topmost service up and down.
83 Owner: Marcel Holtmann <marcel@holtmann.org>
86 - WAPD - Web Proxy Autodiscovery Protocol
90 Dependencies: Core:HTTP proxy
110 When receiving an automatic configuration URL, we should set the
111 service proxy dictionary accordingly (method and URL).
114 - Moving DNS proxy code to ConnMan core
119 Supporting DNS proxy or resolv.conf direct editing seems more than
120 plenty as far as resolving is concerned. So the idea is to move the
121 dnsproxy plugin code to ConnMan core and have an additional command
122 line option in case one would like to stick with the current
123 resolver.c code for editing resolv.conf.
133 Dependencies: Core:Agent callbacks
140 Dependencies: Core:Avahi-zeroconf
147 Owner: Samuel Ortiz <sameo@linux.intel.com>
153 Dependencies: WiFi:libsupplicant
154 Owner: Samuel Ortiz <sameo@linux.intel.com>