-
Notifications
You must be signed in to change notification settings - Fork 679
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
Add Start Websocket Server to the MAVProxy console #1481
base: master
Are you sure you want to change the base?
Conversation
If you start on the same port as mission planner then Telemetry Dashboard should auto connect. That would be |
Its what I was using when I first started, just the SITL port I was using + 100. Completely arbitrary. |
7f91b90
to
08f6608
Compare
2784917
to
09a574d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move to the "Link" menu.
@tridge Are you ok with Link menu? You originally recommended we not put it there, and instead in the MAVProxy menu. |
Tridge is not heavily tied to the MAVProxy menu, and said either option is OK. "Link" doesn't yet do outputs. Another option is to customize the menu through the mavinit file, but that doesn't yet support a user-dialog popup to customize the port, or conditionally load depending if the dependencies are available. I'll move it to "Link". |
09a574d
to
4f3e12f
Compare
Signed-off-by: Ryan Friedman <[email protected]>
4f3e12f
to
eb92a44
Compare
Screencast.from.11-14-2024.09.25.41.PM.webmDone! Here's the new demo. |
Purpose
Add ability to add a websocket server in the MAVProxy menu. It's only added if wsproto is installed.
Related
Demo
mavproxy_1481_websocket_server.webm
Follow Up