Re: [Development] [ANNOUNCE] DaD's House! (Beta)

2015-09-10 Thread Curtis Mitch
> -Original Message- > From: Konstantin Podsvirov [mailto:konstan...@podsvirov.pro] > Sent: Thursday, 10 September 2015 4:13 PM > To: Curtis Mitch ; development@qt- > project.org; CMake Developers > Subject: Re: [Development] [ANNOUNCE] DaD's House! (Beta) > > 10.09.2015, 16:41, "Curtis M

Re: [Development] Requesting New Repository - QtZeroConf

2015-09-10 Thread Hausmann Simon
Hi, Given that mdns uses an unprivileged port, it seems like to me it should be possible for just about any process to send and receive mdns queries. Which means that any app could participate in the mdns groups by itself if it wanted. The primary advantage that I can see with re-using a runnin

Re: [Development] Requesting New Repository - QtZeroConf

2015-09-10 Thread drwho
Apple's bonjour lib is like avahi-client in that it connects to mDNSResponder. mDNSResponder, or something like it is built into OSx and iOS, but on windows comes in Apple's print services. > > I remember that we tried using the bonjour libs for a project inside the > Qt compan

Re: [Development] Requesting New Repository - QtZeroConf

2015-09-10 Thread Knoll Lars
On 10/09/15 19:58, "development-bounces+lars.knoll=theqtcompany@qt-project.org on behalf of dr...@infidigm.net" wrote: > >>> Apple's bonjour lib is like avahi-client in that it connects to >>> mDNSResponder. mDNSResponder, or something like it is built into OSx >>> and >>> iOS, but on w

Re: [Development] [cmake-developers] [ANNOUNCE] DaD's House! (Beta)

2015-09-10 Thread Konstantin Podsvirov
Hi, Jean-Christophe Fillion-Robin (the short name?)! Thanks for Your reply. You gave a lot of valuable advice. 10.09.2015, 17:59, "Jean-Christophe Fillion-Robin" : > Hi Konstantin, > > Thanks for sharing your work with the community. I'm glad to be helpful. Thank You for giving the community su

Re: [Development] Requesting New Repository - QtZeroConf

2015-09-10 Thread drwho
>> Apple's bonjour lib is like avahi-client in that it connects to >> mDNSResponder. mDNSResponder, or something like it is built into OSx >> and >> iOS, but on windows comes in Apple's print services. >> >> The wrappers that use avahi-client and Apple's bonjour lib would be the >> same as QtDBus

Re: [Development] Requesting New Repository - QtZeroConf

2015-09-10 Thread Thiago Macieira
On Thursday 10 September 2015 12:28:13 dr...@infidigm.net wrote: > avahi-core is for embedded environments and runs it's own mDNS stack...for > when there is no avahi-daemon > > > D-Bus on Windows, for example, looks for dbus-launch.exe on PATH and > > starts > > it. If it's missing, QtDBus still

Re: [Development] Requesting New Repository - QtZeroConf

2015-09-10 Thread drwho
> On Thursday 10 September 2015 09:47:57 dr...@infidigm.net wrote: >> One thought I've had is that avahi-core be ported to Windows. The issue >> with this is that two separate Qt programs could each be running there >> own >> mDNS stack which you are not supposed to do. The best solution for >> w

Re: [Development] Requesting New Repository - QtZeroConf

2015-09-10 Thread Konstantin Tokarev
10.09.2015, 18:51, "dr...@infidigm.net" : >>  On Sep 10, 2015, at 12:05, Konstantin Tokarev wrote: >> >>>  10.09.2015, 00:56, "Jonathan Bagg" :  Project name: QtZeroConf  Project description:  QtZeroConf is a wrapper class for various mDNS discovery libraries  across >>>

Re: [Development] Requesting New Repository - QtZeroConf

2015-09-10 Thread Thiago Macieira
On Thursday 10 September 2015 08:26:25 Knoll Lars wrote: > That’s then basically a packaging question, so we can decide that once we > have it all working. The Bonjour license (Apache 2.0) would at least not > forbid us to ship it. It would require the code in question to be LGPLv3, not an earlier

Re: [Development] Requesting New Repository - QtZeroConf

2015-09-10 Thread Thiago Macieira
On Thursday 10 September 2015 09:47:57 dr...@infidigm.net wrote: > One thought I've had is that avahi-core be ported to Windows. The issue > with this is that two separate Qt programs could each be running there own > mDNS stack which you are not supposed to do. The best solution for > windows is

Re: [Development] Requesting New Repository - QtZeroConf

2015-09-10 Thread Thiago Macieira
On Thursday 10 September 2015 07:07:49 Knoll Lars wrote: > >I know it isn't compatible, but it is doing the same function. I'm not > >asking > >to replace mDNS support on Windows (interoperability), but I am asking if > >it > >makes sense to also add support for LLMNR as it's available anyway. >

Re: [Development] Requesting New Repository - QtZeroConf

2015-09-10 Thread drwho
> > On Sep 10, 2015, at 12:05, Konstantin Tokarev wrote: > >> >> >> 10.09.2015, 00:56, "Jonathan Bagg" : >>> Project name: QtZeroConf >>> >>> Project description: >>> QtZeroConf is a wrapper class for various mDNS discovery libraries >>> across >>> multiple platforms: >>> >>> Linux -> Avahi-client

Re: [Development] Requesting New Repository - QtZeroConf

2015-09-10 Thread Thiago Macieira
On Thursday 10 September 2015 11:26:45 Rutledge Shawn wrote: > Zeroconf also covers self-assigning a network address if there is no DHCP > server, but that’s irrelevant to this module, I suppose. (e.g. dhcpcd does > that if it times out while trying to find a DHCP server) And that's totally irrel

Re: [Development] [ANNOUNCE] DaD's House! (Beta)

2015-09-10 Thread Konstantin Podsvirov
10.09.2015, 16:41, "Curtis Mitch" : >> From: Konstantin Podsvirov [mailto:konstan...@podsvirov.pro] >> >> By clicking on the link, you will be able to get the installer is the same >> as the QtSDK and a few clicks to get the binaries, libraries and linking >> headers of any of the participating mod

Re: [Development] Requesting New Repository - QtZeroConf

2015-09-10 Thread drwho
> On 10/09/15 09:56, "Ola Røer Thorsen" wrote: > >> >>2015-09-09 23:56 GMT+02:00 Jonathan Bagg >>: >> >>Window -> Apple's Bonjour >> >> >>Would this mean Bonjour would be bundled with Qt for the Windows >> version, >>or will it have to be installed separately? > > That’s then basically a packag

Re: [Development] [ANNOUNCE] DaD's House! (Beta)

2015-09-10 Thread Curtis Mitch
> -Original Message- > From: Konstantin Podsvirov [mailto:konstan...@podsvirov.pro] > Sent: Thursday, 10 September 2015 3:18 PM > To: Curtis Mitch ; development@qt- > project.org > Subject: Re: [Development] [ANNOUNCE] DaD's House! (Beta) > > 10.09.2015, 16:06, "Curtis Mitch" : > > What is

Re: [Development] [ANNOUNCE] DaD's House! (Beta)

2015-09-10 Thread Konstantin Podsvirov
10.09.2015, 16:06, "Curtis Mitch" : > What is it, really? > > Personally I read the email and had no idea, and it didn't make me want to > follow the link to find out. > By clicking on the link, you will be able to get the installer is the same as the QtSDK and a few clicks to get the binaries,

[Development] RFC: Speech Recognition API

2015-09-10 Thread Tuomas Tuononen
Hi all, We are developing a new QtSpeechRecognition API for Qt. The initial stage of development starts to be ready and we would like to get feedback from the Qt development list experts. You can find the sources in review in qtspeech project, branch wip/speech-recognition: https://codereview.q

Re: [Development] [ANNOUNCE] DaD's House! (Beta)

2015-09-10 Thread Curtis Mitch
What is it, really? Personally I read the email and had no idea, and it didn't make me want to follow the link to find out. > -Original Message- > From: development-bounces+mitch.curtis=theqtcompany@qt-project.org > [mailto:development-bounces+mitch.curtis=theqtcompany@qt-project

Re: [Development] [ANNOUNCE] DaD's House! (Beta)

2015-09-10 Thread Konstantin Podsvirov
The first 100 views! The interest is there (though not great), but where are the questions and suggestions? 09.09.2015, 21:12, "Konstantin Podsvirov" : > Hi, Dear Developers! > > Want to advertise a development environment that I am developing. > The emergence of this environment would be impossi

Re: [Development] Requesting New Repository - QtZeroConf

2015-09-10 Thread Rutledge Shawn
On Sep 10, 2015, at 12:05, Konstantin Tokarev wrote: > > > 10.09.2015, 00:56, "Jonathan Bagg" : >> Project name: QtZeroConf >> >> Project description: >> QtZeroConf is a wrapper class for various mDNS discovery libraries across >> multiple platforms: >> >> Linux -> Avahi-client >> Android ->

Re: [Development] Requesting New Repository - QtZeroConf

2015-09-10 Thread Konstantin Tokarev
10.09.2015, 00:56, "Jonathan Bagg" : > Project name: QtZeroConf > > Project description: > QtZeroConf is a wrapper class for various mDNS discovery libraries across > multiple platforms: > > Linux -> Avahi-client > Android -> Avahi-core or Android Network Discovery Service > Embedded -> Avahi-cor

Re: [Development] Requesting New Repository - QtZeroConf

2015-09-10 Thread Knoll Lars
On 10/09/15 11:49, "Oswald Buddenhagen" wrote: >On Wed, Sep 09, 2015 at 05:56:21PM -0400, Jonathan Bagg wrote: >> Project name: QtZeroConf >> >> Project description: >> QtZeroConf is a wrapper class for various mDNS discovery libraries >>across >> multiple platforms: >> >> Linux -> Avahi-client

Re: [Development] Requesting New Repository - QtZeroConf

2015-09-10 Thread Oswald Buddenhagen
On Wed, Sep 09, 2015 at 05:56:21PM -0400, Jonathan Bagg wrote: > Project name: QtZeroConf > > Project description: > QtZeroConf is a wrapper class for various mDNS discovery libraries across > multiple platforms: > > Linux -> Avahi-client > Android -> Avahi-core or Android Network Discovery Servi

Re: [Development] Requesting New Repository - QtZeroConf

2015-09-10 Thread Knoll Lars
On 10/09/15 09:56, "Ola Røer Thorsen" wrote: > >2015-09-09 23:56 GMT+02:00 Jonathan Bagg >: > >Window -> Apple's Bonjour > > >Would this mean Bonjour would be bundled with Qt for the Windows version, >or will it have to be installed separately? That’s then basically a packaging question, so we c

Re: [Development] Requesting New Repository - QtZeroConf

2015-09-10 Thread Ola Røer Thorsen
2015-09-09 23:56 GMT+02:00 Jonathan Bagg : > Window -> Apple's Bonjour > > Would this mean Bonjour would be bundled with Qt for the Windows version, or will it have to be installed separately? Cheers, Ola ___ Development mailing list Development@qt-proj

Re: [Development] Requesting New Repository - QtZeroConf

2015-09-10 Thread Knoll Lars
On 10/09/15 06:14, "Thiago Macieira" wrote: >On Wednesday 09 September 2015 22:59:11 Jonathan Bagg wrote: >> http://lists.apple.com/archives/rendezvous-dev/2004/Apr/msg00031.html >> Windows LLMNR doesn't appear to be compatible with mDNS / zeroconf. Are >> you suggesting on Windows there would be