-
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
Add initial IM write client/handler[TE4] #7730
Add initial IM write client/handler[TE4] #7730
Conversation
temprary create a SecureSessionHandle from node id, will be fix in PR 3602connectedhomeip/src/app/WriteClient.cpp Lines 257 to 267 in b8248ec
This comment was generated by todo based on a
|
Hard code keyID to 0 to unblock IM end-to-end test. Complete solution is tracked in issue:4451connectedhomeip/src/app/WriteClient.cpp Lines 258 to 268 in b8248ec
This comment was generated by todo based on a
|
b8248ec
to
2185e73
Compare
2185e73
to
c6c0aba
Compare
c6c0aba
to
77f4cd9
Compare
Add attribute version supportconnectedhomeip/src/app/WriteClient.cpp Lines 157 to 167 in 77f4cd9
This comment was generated by todo based on a
|
dd3ee78
to
dba9e2b
Compare
dba9e2b
to
b4c4eb9
Compare
b4c4eb9
to
bbf3661
Compare
bbf3661
to
eaaaa22
Compare
eaaaa22
to
f2f8ce5
Compare
Size increase report for "gn_qpg6100-example-build" from cb9747b
Full report output
|
Size increase report for "nrfconnect-example-build" from cb9747b
Full report output
|
This has very insufficient tests… fingers crossed we don’t regress here. |
Problem
What is being fixed? Examples:
Change overview
Add IM write interaction implementation following the IM encoding spec
After this lands the initial IM write interaction in data model, in ticket 7661, we would integrate legacy ember architecture to replace old ember write and further integrate with them in application.
Testing
Add unit test to cover write client and write handler
Add cirque test to cover E2E run for write interaction