Jasem Mutlaq
Jasem Mutlaq
Thank you so much!! I'll ask RustDesk developers to consider this now!
It appears RuskDesk needs *tis* SDK build and not *js*. I don't know what this means exactly, but we do have an arm64 Linux build for this?
@c-smile @artenax Do we have an arm64 version for Raspian Bullseye now that we can share with RustDesk?
Thank you so MUCH!
Thanks for the reply! I checked the the BIND() returns success just fine. I can find my Avahi service using the Bonjour browser. Perhaps I am mis-understanding this, can I...
Thanks! That fixed it. However, the build process I had builds for 3 targets platforms (armv7, aarch64, and x86-64, all linux): ``` pyarmor obfuscate --platform linux.aarch64.3 text.py INFO PYARMOR_PLATFORM is...
I don't suppose I need to use export PYARMOR_PLATFORM for each target platform I'm building for?
I get nothing as well on Android, zero results and while avahi-discover shows a few.
Same issue here, nothing is returned at all.
I was about to report a new issue, but I think this is related. Basically there is a small bug I believe in line 172 in scheme.py `subprocess.check_output(['/sbin/ifdown', self.interface], stderr=subprocess.STDOUT)`...