Re: [ptxdist] QUdpSocket does not work in qt5 - any tips?

2015-11-18 Thread Michael Olbrich
Hi, On Sun, Nov 15, 2015 at 11:35:12AM +, Matthias Klein wrote: > I can not get QUdpSocket working to receive broadcast messages with Qt5 from > ptxdist (non GUI build). > I have attached a minimal code example. Such code was working fine when > building against Qt 4.8.7. > I have tested the

Re: [ptxdist] Generation of additional xz rootfs archive

2015-11-18 Thread Michael Olbrich
Hi, On Wed, Nov 11, 2015 at 02:06:36PM +, Bruno Thomsen wrote: > I am currently looking into the possibility of adding ptxdist generation of > a xz rootfs archive, as I thought the feature might be useful for others as > well. > Should it be added as a new script like

Re: [ptxdist] QUdpSocket does not work in qt5 - any tips?

2015-11-18 Thread Matthias Klein
Hello Michael, Try it with QT5_GLIB enabled. All Desktop Distributions use Qt with the glib mainloop. Maybe there is a Bug in the non-glib file descriptor handling code. Thanks a lot for the tip, but it doesn't change anything. In netstat I see the bound socket, and the receive queue

Re: [ptxdist] QUdpSocket does not work in qt5 - any tips?

2015-11-18 Thread Matthias Klein
Hello Tim, > Have you checked that the network interface is really up when you bind to it? Yes, I use the network interface for SSH access and to transfer the application on the device. I started the application by hand on the running device in an SSH shell. Best regards, Matthias

Re: [ptxdist] QUdpSocket does not work in qt5 - any tips?

2015-11-18 Thread Tim Sander
Hi Matthias Am Sonntag, 15. November 2015, 11:35:12 schrieb Matthias Klein: > I can not get QUdpSocket working to receive broadcast messages with Qt5 > from ptxdist (non GUI build). Have you checked that the network interface is really up when you bind to it? Best regards Tim