X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=TODO;h=5c9a1fbfae654d67c1a96af99fa3fbd489430aed;hb=e43d3b27a7449f618913a616cb20787ac760fa8a;hp=74bbcdc594b94a119ad9b7b3687fb0ae39091f96;hpb=53ef9468851ecc538d7d1d668494e0a99d56a60c;p=framework%2Fconnectivity%2Fconnman.git diff --git a/TODO b/TODO index 74bbcdc..5c9a1fb 100644 --- a/TODO +++ b/TODO @@ -16,7 +16,7 @@ Core Priority: High Complexity: C4 Owner: Daniel Wagner - Owner: Samuel Ortiz + Owner: Patrik Flykt The session API should provide a connection abstraction in order to prioritize applications network accesses, prevent or allow network @@ -26,37 +26,6 @@ Core See http://www.mail-archive.com/connman@connman.net/msg01653.html -- DNS caching - - Priority: Low - Complexity: C4 - - A simple initial implementation would see ConnMan's dnsproxy - caching the DNS record based on their TTL. - - -- Power management - - Priority: Medium - Complexity: C4 - Owner: Samuel Ortiz - - Implement a simple device pm hook that ConnMan's core code would - use whenever it decides to put devices in power save mode. Although - the kernel runtime power management code should take care of that, - not all driver (especially WiFi ones) implement runtime PM hooks. - - -- IP ranges allocation and check - - Priority: High - Complexity: C2 - - For both tethering and private networks, but also to detect invalid - static IP configurations, we need to have a core IP range layer - that manages all currently used IP blocks. - - - Personal firewall Priority: Low @@ -76,23 +45,18 @@ Core security integration. +- Favorite service migration removal -WiFi -==== - -- Ad-Hoc support - - Priority: Medium - Complexity: C2 - Owner: Samuel Ortiz - + Priority: Medium + Complexity: C1 + When: 12/2012 -- Fast Connect + Remove service migration code that moves services from default.profile + to the current directory-based structure. - Priority: Low - Complexity: C4 - Owner: Samuel Ortiz +WiFi +==== - EAP-AKA/SIM @@ -112,22 +76,46 @@ WiFi Complexity: C1 +- Wireless background scan + + Priority: Medium + Complexity: C4 + Owner: Tomasz Bursztyka + + While connected ConnMan should offload the background scanning to + wpa_supplicant. Wpa_supplicant allows for a fancy background scan + which frequency increases after the current connection signal level + drops below a defined threshold. + We should also be able to have wpa_supplicant do the background + scanning for us when we're not connected, if we have configured our + favorite networks. + + - WiFi p2p Priority: Medium Complexity: C2 +- Previous WPS pin code sending -Bluetooth -========= + Priority: Medium + Complexity: C2 -- DUN client + Provide previous WPS pin code in PreviousPassphrase field if WPS was used. - Priority: Low - Complexity: C4 - Owner: Mario Tokarz +- Removing wpa_supplicant 0.7.x legacy support + Priority: Low + Complexity: C1 + Owner: Tomasz Bursztyka + + Removing global country property setter in gsupplicant, and removing + wifi's technology set_regdom implementation. (Note: should be done around + the end 2012) + +Bluetooth +========= Cellular @@ -139,18 +127,32 @@ VPN - IPsec + Priority: Medium + Complexity: C4 + Owner: Jukka Rissanen + + +Tools +===== + +- Command line tool + Priority: Low Complexity: C4 + Owner: Patrik Flykt + + For platforms not running python, it could prove useful to provide them + with a native single binary command line tool. -- Split tunnelling +User Interface +============== + +- GNOME3 UI Priority: Low - Complexity: C8 - Dependencies: Core:Private networks + Complexity: C4 + Owner: Alok Barsode - The current VPN support puts the VPN interface at the top of the - service list, giving VPNs the default route. When doing split - tunneling, the system routes packet to the VPN interface for - private IPs, while going through the default interface for the rest - of the traffic. + A GNOME3 shell user interface would make it easier for mainstream distros + users to use ConnMan.