-
Notifications
You must be signed in to change notification settings - Fork 10
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
Passthru with mock #423
base: main
Are you sure you want to change the base?
Passthru with mock #423
Conversation
…h_mockMerge from main
WARNING: A Blackduck scan failure has been waivedA prior failure has been upvoted
|
Minimum allowed line rate is Current coverage:26% exceeds coverage threshold. Coverage threshold will be updated automatically to reflect to the latest coverage when this pr is merged to main branch. |
|
What
Add Provider Brokerage support for HTTP, Websocket and Thunder endpoints
Add Device Mock extensions to allow development without device and thunder dependencies
New Open RPC file with HDMI support
Why
Ripple is migrating to a Gateway to use a provider pattern with Thunder and Cloud brokers. This change enables Ripple to leverage brokers instead of requiring to implement the RPC handlers in Ripple or in Extensions
How
The first example used for this implementation is HDMI. We support HDMIINput.open, HDMIInput.close and HDMIInput.onAutoLowLatencyModeSignalChanged
Test
How has this been tested? How can a reviewer test it?
Checklist