-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[SVE] Allow configure the port number for the local and remote bridge #35030
Labels
Comments
yufengwangca
added
bug
Something isn't working
sve
request sve
needs triage
fabric-sync
labels
Aug 16, 2024
arkq
added a commit
to arkq/connectedhomeip
that referenced
this issue
Aug 28, 2024
arkq
added a commit
to arkq/connectedhomeip
that referenced
this issue
Aug 28, 2024
arkq
added a commit
to arkq/connectedhomeip
that referenced
this issue
Aug 28, 2024
arkq
added a commit
to arkq/connectedhomeip
that referenced
this issue
Aug 29, 2024
github-project-automation
bot
moved this from Todo
to Done
in [Feature] Fabric Synchronization
Aug 29, 2024
shgutte
pushed a commit
to shgutte/connectedhomeip
that referenced
this issue
Sep 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproduction steps
[examples/fabric-admin/device_manager/DeviceManager.cpp]
namespace {
// Constants
constexpr uint32_t kSetupPinCode = 20202021;
constexpr uint16_t kRemoteBridgePort = 5540;
constexpr uint16_t kLocalBridgePort = 5540;
}
local and remote bridge port number need to be configurable based on argument if we plan to have two bridges running on the same host
Bug prevalence
always
GitHub hash of the SDK that was being used
e8e9fc5
Platform
other
Platform Version(s)
e8e9fc5
Type
Test Improvement
Testing
CI tested
(Optional) If manually tested please explain why this is only manually tested
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: