-
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
python dev ctrl to support Run-time dynamic discovery of operational CHIP Nodes #4236
Comments
@cjandhyala Note that Python CHIP controller built with |
@Damian-Nordic , building with the above args ,crashes the python controller $ chip-device-ctrl |
@cjandhyala It should be fixed by #6041. |
@Damian-Nordic , looks like the resolve command is looking for mdns _chip_tcp only. Could we expand this to cover _chipd._udp. so that we can verify '4.2.3. Commissionable Discovery' as well . More precisely to cover 6.4.3.7 test case from cert test plan https://github.com/project-chip/chip-test-plans/blob/master/src/securechannel.adoc#6437-test-procedure |
@cjandhyala That is a separate functionality and I believe @cecille is working on adding another command for that purpose: #5716. This task is only about operational discovery which uses |
@Damian-Nordic, was this solved with #6459 (that replaced #5716)? |
python dev ctrl controller should discover the current IPv6 address and port for a known commissioned CHIP Node.
The text was updated successfully, but these errors were encountered: