Re: [Interest] CAN Bus Api QML

2019-01-10 Thread Aboubacar DIAW
Thanks, I'll check it out. Le jeu. 10 janv. 2019 à 20:04, Mike a écrit : > Have a good look at source on comma.ai and how all their technology works > for Autonomous Driving and Can Bus. > > Github repo also. > > > Sincerely, > Mike Tallent > https://www.objectwheel.com > > > On Wed, Jan 9, 2019

Re: [Interest] CAN Bus Api QML

2019-01-10 Thread Mike
Have a good look at source on comma.ai and how all their technology works for Autonomous Driving and Can Bus. Github repo also. Sincerely, Mike Tallent https://www.objectwheel.com On Wed, Jan 9, 2019 at 10:18 AM Aboubacar DIAW wrote: > Hello, > Anyone know is there is a CAN api written with

Re: [Interest] CAN Bus Api QML

2019-01-10 Thread Jason H
> > At least in the official Qt release there is no such thing. I would question > how useful such a thing would be as it would imply that you would try to > interpret QCanBusFrame::payload() in QML. Processing a QByteArray in QML is > very ugly if even properly possible. That's why we never ad

Re: [Interest] iOS builds lack dsym debug symbols

2019-01-10 Thread Nuno Santos
Nikos, This is awesome! Thanks for your detailed explanation. I will definitely include this in my workflow. Best regards, Nuno > On 9 Jan 2019, at 18:20, Nikos Chantziaras wrote: > > In Xcode 10 I use the Organizer (Window -> Organizer). It lists all archives > and you select which one yo

Re: [Interest] CAN Bus Api QML

2019-01-10 Thread Alex Blasche
Hi, At least in the official Qt release there is no such thing. I would question how useful such a thing would be as it would imply that you would try to interpret QCanBusFrame::payload() in QML. Processing a QByteArray in QML is very ugly if even properly possible. That's why we never added it