-
Notifications
You must be signed in to change notification settings - Fork 37
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
[DO NOT REVIEW][epskc] demo version impl for epskc #261
base: main
Are you sure you want to change the base?
Conversation
See openthread/ot-commissioner#261 for commissioner side changes
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #261 +/- ##
==========================================
+ Coverage 72.88% 72.92% +0.04%
==========================================
Files 72 72
Lines 7500 7482 -18
==========================================
- Hits 5466 5456 -10
+ Misses 2034 2026 -8 |
af82706
to
fa0d994
Compare
Here is an the Android APK prebuilt with the ePSKc support: epskc-commissioner-app-debug.apk.zip. @jwhui In case this can ease Thread Group members' adoption. |
Hi @wgtdkp. We have tested this application and we have noticed the application crashes when we try to obtain the dataset. Can you please share an apk with the latest code? I've noticed you have updated this PR since you have shared the initial APK. With ot-cli commissioner everything seems to work fine. Thanks! |
Hi, I am out of office before next week. I can help only after next Monday. If will be very helpful if you could upload an Android bugreport when the crash happened. Or, you can patch this PR and follow the guide to build the app on your own. |
Hello @wgtdkp, I have attached a logcat from the app. |
Thanks for the log. The crash is because your border router doesn't include a I should tolerate such issues in the demo app, but without the |
Thanks for your help! I will update and have another try. |
59fcab9
to
61159e5
Compare
Hi @wgtdkp. I have included the I searched for the error message, and I've seen that the issue might be located here |
Can you share the full log of this one "Failed to connect to Border Router: IO_ERROR: connect socket to peer addr = fe80::.... port = 49155 failed=-68"? It works only if the scope id is appended to the link-local IPv6 address And what's your Android OS version? |
Hello, I have attached the log when our BR adds the link local ipv6 adrress in additional data section. |
@Cristib05 Thanks for the bugreport, it's indeed the missing scope ID issue I suspected. I created a new version the APK with the fix. Can you help validate it? |
eb27927
to
0250987
Compare
@wgtdkp I have tested with your new .apk file. I could see that now scope id is shown [fe80::...../%wlan0] for example. Dataset was retrieved and saved in google play services. Thanks for providing this update. |
I added a "Show Dataset" button there to display the dataset. |
Thanks for this update! It will be useful for testing purposes. Couple of nits I've found after the last updates (maybe from my older Android version, I don't know.)
|
Could you provide screenshots for the two issues? |
|
No description provided.