Commit Graph

6 Commits

Author SHA1 Message Date
Fawzi Mohamed
7ebbc12bde zeroconf: fix windows building
Correct exports, fixed commented out ifdef, moved socket including to a separate header.

Change-Id: Iadb6f58e2c3dbadee411fc0df7c7519c1d90309d
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
2011-10-18 15:53:24 +02:00
Fawzi Mohamed
bb5c27c180 zeroconf: native avahi, and working fallbacks
* supports avahi through its native interface
* starts embedded deamon if found
* tested all fallbacks on ubuntu
* Service is a normal object now
* several smaller improvements
Change-Id: I36288ec6fcefb64a60b6284e4d86d4b589ba37b5
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
2011-10-18 11:50:32 +02:00
Christian Kandeler
7f94c10279 ZeroConf: Interface improvements.
Change-Id: I1966d375167612675ac78a40de4060ff1810c9d4
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
2011-10-12 16:39:11 +02:00
Fawzi Mohamed
8538459e6d zeroconf: set exports consistently
Fixes build on windows.

Change-Id: I46d918aa9e22843f073f0ebae05dc4da2b701834
Reviewed-on: http://codereview.qt-project.org/6366
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
2011-10-10 20:59:43 +02:00
Christian Kandeler
d6a68b64ed ZeroConf: Make compile with namespaced Qt.
Fix coding style issues along the way.

Change-Id: I73b3774264614d2fd3b5e32dc9921f921a1d818f
Reviewed-on: http://codereview.qt-project.org/6336
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
2011-10-10 15:35:05 +02:00
Fawzi Mohamed
f25f1858f0 first version of the zeroconf lib
allows browsing (detection) of services using dns-sd, i.e.
DNS Service Discovery, or Bonjour see http://www.zeroconf.org/
The exposed interface is reentrant and threadsafe

Change-Id: I957d69696aa3c8ad625e074389b649b00b9153cf
Reviewed-on: http://codereview.qt-project.org/5410
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
2011-10-10 14:35:46 +02:00