Skip to content
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

MAVProxy does not work with IPv6 #1052

Open
rotu opened this issue May 20, 2022 · 0 comments
Open

MAVProxy does not work with IPv6 #1052

rotu opened this issue May 20, 2022 · 0 comments

Comments

@rotu
Copy link

rotu commented May 20, 2022

MAVProxy does not work when the host is specified as an IPv6 address.

When trying to open MAVProxy with IPv6, argument parsing is broken:

e.g. sim_vehicle.py "--out=udp:[::]:14550"

"UDP ports must be specified as host:port"

Also the socket connection code uses socket.AF_INET instead of socket.AF_INET6 so it will not use IPv6 even if the parsing is corrected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant