From: Marcel Holtmann Date: Wed, 7 Jan 2009 19:45:28 +0000 (+0100) Subject: Add general features section to documentation X-Git-Tag: 0.8~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3df7e823d4476f56b86b809c80a1dfa57f7413bf;p=platform%2Fupstream%2Fconnman.git Add general features section to documentation --- diff --git a/README b/README index 989198c..37130dd 100644 --- a/README +++ b/README @@ -4,6 +4,26 @@ Connection Manager Copyright (C) 2007-2009 Intel Corporation. All rights reserved. +Functionality and features +========================== + +The following features are built-in into Connection Manager: + - Generic plugin infrastructure + - Device and network abstraction (with basic storage support) + - IPv4, routing and DNS configuration + +Various plugins can be enabled for networking support: + - Ethernet plugin + - WiFi plugin with WEP40/WEP128 and WPA/WPA2 (personal only) support + - Bluetooth plugin + +Also plugins with additional features are available: + - DHCP plugins (uDHCP and dhclient) + - Resolver plugins (resolvconf and DNS proxy) + - Loopback setup + - PolicyKit support + + Compilation and installation ============================