summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-01-07 20:45:28 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-01-07 20:45:28 +0100
commit3df7e823d4476f56b86b809c80a1dfa57f7413bf (patch)
tree25bba0c6e351d9ad1353ff3f0dcc74b846d31a02
parent33eca46278b1b3d17a3f966758cb03ec52cd414c (diff)
downloadconnman-3df7e823d4476f56b86b809c80a1dfa57f7413bf.tar.gz
connman-3df7e823d4476f56b86b809c80a1dfa57f7413bf.tar.bz2
connman-3df7e823d4476f56b86b809c80a1dfa57f7413bf.zip
Add general features section to documentation
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
diff --git a/README b/README
index 989198c3..37130dd7 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
============================