-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Machinekit Client Android connect to existing session #291
Comments
Just out of curiosity: does multicast on Android work with your setup? |
Multicast isn‘t working. But I guess this is a VPN-Problem.
Boris Skegin <[email protected]> schrieb am Mo. 30. Sept. 2019 um
11:13:
… Just out of curiosity: does multicast on Android work with your setup?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#291?email_source=notifications&email_token=AMOVXWHT2KC7CP6UJGZUYDLQMG5TRA5CNFSM4I3XK5VKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD746A3A#issuecomment-536469612>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMOVXWF5AZA34LCFQQSY2STQMG5TRANCNFSM4I3XK5VA>
.
|
Interesting, I've heard other users reporting the same problem, but I couldn't reproduce it. @dieterdanger What do you mean with VPN problem? |
Our machinekit pc is connected to the 3d printer in a specific subnet via
lan cable. Since our work policies do not allow WLAN access into this same
subnet, a connection to this subnet has to be established via VPN. What
follows now are assumptions :-) Since Multicast relies on ?broadcast?, I
suspected VPN to be the issue, because other things like wake on lan are
also not working. But like I said, I do not have a deeper understanding in
this matter.
For us, it would be sufficient if Unicast could overtake an established
session, which right now doesn't seem to be possible.
Thank you for all your great work Alexander!
Best regards
Am Sa., 12. Okt. 2019 um 12:07 Uhr schrieb Alexander Rössler <
[email protected]>:
… Interesting, I've heard other users reporting the same problem, but I
couldn't reproduce it.
@dieterdanger <https://github.com/dieterdanger> What do you mean with VPN
problem?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#291?email_source=notifications&email_token=AMOVXWBYLEPG56UUCE5HILDQOGOW5A5CNFSM4I3XK5VKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBB3XIA#issuecomment-541309856>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMOVXWADUUUBSMCJRI3RGCDQOGOW5ANCNFSM4I3XK5VA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello everyone,
we're using machinekit 0.1.1561909734.gitc4fb096-1~stretch on Debian Stretch.
Right now, we have a dedicated 3D-Printer PC right next to the printing machine where we open the Machinekit Client for Linux appimage. This works flawlessly. It is also possible to connect remotely from another linux machine to the same session. All inputs that are made on one interface are perfectly mirrored on the other.
But, if we are trying to connect using the android app (unicast), it fails as long as any Machinekit Client is running. Any idea why this is happening? It would be good if we could observe printing progress via android app.
Best regards
dieterdanger
The text was updated successfully, but these errors were encountered: