-
Notifications
You must be signed in to change notification settings - Fork 115
1.4.2 patched for radcam #3361
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
1.4.2 patched for radcam #3361
Conversation
Reviewer's GuideThis PR equips the CableGuy service with full route management support—defining a new Route model, extending the EthernetManager to sync OS routes, migrating settings to V2 with routes, exposing REST endpoints for route operations, adding a default multicast route in the config, and bumping the MCM dependency. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Update core/frontend/src/router/index.ts Co-authored-by: João Antônio Cardoso <[email protected]>
31f0f4c to
f043bf9
Compare
|
@joaoantoniocardoso Can you list all PRs that were cherry-picked ? |
f043bf9 to
2308051
Compare
Signed-off-by: Patrick José Pereira <[email protected]>
- Odd ports can be assumed as allocated to audio streams - May improve stream detection robustness with control stations like QGroundControl
2308051 to
49986a0
Compare
….log_path for MAVLinkServer
|
No longer needed since we have the 1.4.3-beta going on |
This PR is just for us to keep track of what is needed to have Onvif working on BlueOS 1.4 (enabling the Radcam Manager extension):
>=t3.19.4Summary by Sourcery
Enable full route management support in Cable-Guy by introducing a Route model, extending interface schemas and settings to include routes, and exposing CRUD endpoints for routes while updating dependencies to meet Onvif requirements on BlueOS 1.4
New Features:
Enhancements:
Build: