Skip to content
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

Closed
yufengwangca opened this issue Aug 16, 2024 · 0 comments · Fixed by #35248
Closed

[SVE] Allow configure the port number for the local and remote bridge #35030

yufengwangca opened this issue Aug 16, 2024 · 0 comments · Fixed by #35248
Assignees

Comments

@yufengwangca
Copy link
Contributor

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

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
@mergify mergify bot closed this as completed in #35248 Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

2 participants