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 - WPAD - Web Proxy Autodiscovery Protocol
90 Owner: Marcel Holtmann <marcel@holtmann.org>
109 Owner: Marcel Holtmann <marcel@holtmann.org>
111 When receiving an automatic configuration URL, we should set the
112 service proxy dictionary accordingly (method and URL).
115 - Moving DNS proxy code to ConnMan core
120 Supporting DNS proxy or resolv.conf direct editing seems more than
121 plenty as far as resolving is concerned. So the idea is to move the
122 dnsproxy plugin code to ConnMan core and have an additional command
123 line option in case one would like to stick with the current
124 resolver.c code for editing resolv.conf.
134 Dependencies: Core:Agent callbacks
141 Dependencies: Core:Avahi-zeroconf
148 Owner: Samuel Ortiz <sameo@linux.intel.com>
154 Dependencies: WiFi:libsupplicant
155 Owner: Samuel Ortiz <sameo@linux.intel.com>