From 95a00d27cda8b8bea27192f7ee9eb2b5ae6eb405 Mon Sep 17 00:00:00 2001 From: Gatis Paeglis Date: Mon, 20 Jan 2014 15:34:28 +0100 Subject: Introducing QConnectivityDaemon This change enables ethernet support on embedded android and provides DHCP info for other processes. Now we can simply plugin an ethernet cable and start browsing a network, for this we use netd events - netd is a network manager daemon, it opens android's "reserved" unix domain socket on /dev/socket/netd and listens for connections and commands. QConnectivityDaemon listens for DHCP requests on android's "reserved" socket /dev/socket/qconnectivity which can be used by other processes to do dhcp requests on different network interfaces (wifi, bluetooth, etc.). QConnectivityDaemon uses line-oriented protocol and expects requests to be "\n" terminated. Change-Id: I6d52619d27685650a155141bf09191e5a56914df Reviewed-by: Eirik Aavitsland --- src/src.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/src.pro') diff --git a/src/src.pro b/src/src.pro index 3670d42..fe2f463 100644 --- a/src/src.pro +++ b/src/src.pro @@ -7,4 +7,4 @@ SUBDIRS += \ plugins \ -android: SUBDIRS += doppelganger qt_hw_init +android: SUBDIRS += doppelganger qt_hw_init qconnectivity -- cgit v1.2.1