machinekoder / MachinekitClient

Client for Machinekit based on QtQuickVcp
3 stars 6 forks source link

Different number of services: Android vs. Windows #6

Closed sirop closed 8 years ago

sirop commented 8 years ago

I do not know if it is a bug or a feature but it is at least worth clarification.

Machinekit kit runs on debian wheezy. I start mklauncher mkwrapper-sim/ .

Then start MachinekitClient on Windows 8.1:

machinekitclient_win_services

Stop MachinekitClient on Windows. Start MachinekitClient on Android:

machinekitclient_android_services

The connection runs in both cases over WiFi with my home router inbetween.

http://buildbot.roessler.systems/files/machinekit-client/machinekit-client_v0.9.6-3-g75cd-126_windows_x86.zip used on Windows.

http://buildbot.roessler.systems/files/machinekit-client/machinekit-client_v0.9.6-3-g75cd-71_android_armv7.apk used on Android 4.4.2 .

Device: Samsung C115

sirop commented 8 years ago

Looked further into it: I got the above Android screenshot in Multicast mode.

If I make my Android device use the Unicast mode, it shows the same services as on windows where only Unicast mode sets up the connection - at least in my case.

machinekoder commented 8 years ago

This is the correct behavior. Unicast most only queries the services required by the application.

Have you tried https://github.com/strahlex/querierd ? Maybe it will make Multicast mode also work on Windows.