-
Notifications
You must be signed in to change notification settings - Fork 48
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
Windows 11 - MAVLink traffic for UDP port not reaching QGC and MAVSDK #49
Comments
These are the tricks I was doing for the Docker VMs (Windows/macOS), but I haven't tried them in years (I work on Linux). Maybe this has changed. Let me know if you find a way to fix this on Windows 11. A first thing you could try would be to run a simple Linux image in a docker container, check the network setup and see how you can e.g. ping the Windows host. Also, is Docker still running in a VM on Windows? Or do they somehow leverage WSL? |
Docker Desktop v4.31.1 (latest) uses WSL2 based engine by default. Sending a UDP packet from Docker container
Listening for UDP packet from host
test.py
|
Does this mean that 192.168.0.138 is the IP of the host from WSL? In that case did you try the following?
|
Try downgrading to Docker Desktop 4.30.0, it worked for me |
Hi,
The MAVLink traffic for UDP port 14550 (and 14540) does not seem to arrive in QGroundControl (and MAVSDK) on Windows 11 OS. I've installed Docker Desktop on Windows. I've also added two rules for incoming and outgoing connections for the UDP port in the Windows Firewall.
I tried running the following commands, but no luck.
Logs:
The text was updated successfully, but these errors were encountered: