-
-
Notifications
You must be signed in to change notification settings - Fork 899
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
SITL tcp connection error, websocket connection halts #4215
Closed
Labels
Comments
Currently websockets can be used using a proxy like https://github.com/novnc/websockify See #13970 for background. |
Excellent:
then |
I'll happily update the appropriate bit of documentation if it would help the community. |
@robbymckilliam yes that would be highly appreciated. |
This was referenced Oct 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Attempting to connect to SITL with
tcp://127.0.0.1:5761
produces the errortcp is not allowed
:Attempting to connect to with
ws://127.0.0.1:5761
appears to connect, but the betaflight configuration window halts:I'm not all that familiar with web sockets, but I suppose there was little hope of this ever working as SITL expects a standard tcp connection.
To Reproduce
Setup
Run SITL
Run configurator
Open
http://localhost:8080
Select
Manual Selection
and entertcp://127.0.0.1:5761
(orws://127.0.0.1:5761
) then click connect.Expected behavior
I expect betaflight configurator to connect to SITL and allow configuration of the simulator as observed in the 10.10 versions of betaflight and SITL, for example:
Use of
ws
rather thantcp
is fine if functional.Configurator version
11.0.0 (9816ea5)
Flight controller configuration
No response
Add any other context about the problem that you think might be relevant here
No response
The text was updated successfully, but these errors were encountered: