Update on the issue: it is related to an issue with the qt framework, in which the QNetworkConfigurationManager is unable to correctly list Wifi adapters, as reported here: https://bugreports.qt.io/browse/QTBUG-66461
I found out that Qt 5.10.0 uses the a possibly unstable component that allowed the manager to show return wireless adapters as well, so, compiling QtQuickVCP against Qt5.10.0 resulted in a usable machinekit client build. Qt5.10.0, in turns, has a header library that is likely to break builds on windows targets (qrandom.h). Undefing min and max resolves this issue, as reported here: https://bugreports.qt.io/browse/QTBUG-65414 If any further developed comes from this, I will update it here. Best regards. Em sábado, 13 de julho de 2019 19:00:36 UTC-3, Paulo Sherring escreveu: > > Hi, everyone! > I am running machinekit on a beaglebone. Currently, I have no issue > connecting and operating my machine over OSX, android and Linux (many > thanks for the beautifully developed software, everyone!). > My setup currently includes a Wireless router, used to expose beaglebone's > ethernet interface to wifi. > That said, I am having an issue running machinekit client for Windows > over wifi only - it runs perfectly fine if I connect windows PC over > ethernet cable. > > It took me a while for being able to build QtQuickVCP, however, I finally > managed to do it. > I've compiled them using MSVC2015, the only one I managed to get all the > pieces, as protobuf wouldn't compile for x64 targets (at least I couldn't > find a way). > While running machinekit client on debug mode, I found the following on > application output: > > [ SD ] trying to open network session > > [ SD ] number of configs: 0 > > [ SD ] trying to open network session > > [ SD ] number of configs: 0 > > > I could trace it servicediscovery.cpp: > > > L1173 void ServiceDiscovery::openNetworkSession() > > > I tried different Qt versions, as it could be Qt incompatibility, but, it was > not, at least with 5.9 and 5.12. I will try to poke around, however, I am > afraid that my lack of expertise on this particular setup will pose a major > issue. > > Any input will be greatly appreciated! > > > Best regards. > > Paulo Sherring. > > > > -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this message because you are subscribed to the Google Groups "Machinekit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/machinekit. To view this discussion on the web visit https://groups.google.com/d/msgid/machinekit/dfa150b9-69dc-4e0b-ad7b-771db05148da%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
