Hi, I had a quick look at the problem. Although I can't find anything wrong with the code, I found quite a few reports that QUdpSocket does not behave well when it is not bound to an interface or address. So I modified the code so we use the same socket for sending and receiving. That was enough to make the QUdpSocket accept the TTL value defined in IpMulticastTtl. I would create a pull request myself, but I could find out how to do it in the BeeBEEP project. So I uploaded a diff file. Cheers, A...
IpMulticastTtl configuration parameter does not work
That solved the problem. Thanks!
Can not install the plugin via Eclipse Market Place
After digging a little deeper into the problem, I realized that what was triggering the problem was a parameter in my openbox configuration file. I had the option: <invisibleHandles>yes</invisibleHandles> The problem stopped happening when I got rid of that option. I don't know exactly what that option is supposed to do, but it seems not to be necessary in my case. Also, I am not sure if it is really a problem in lxpanel. It could be a problem in openbox.
Lxpanel can be clicked when it is under another window
Merge with default
I changed the MPU6050 so it receives a calculated attitude in order to produce innertial acceleration values.