Commit graph

7 commits

Author SHA1 Message Date
Kedar Sovani
d0d853d3c4 Subscribe: Support for long-read based subscription
The following command works with this: chip-tool  any subscribe-by-id 0xFFFFFFFF 0xFFFFFFFF 1 20 12344321 0xFFFF
2023-02-27 20:11:30 +05:30
Kedar Sovani
78d14629a8 ReadReq: Multi-hop read is fully functional 2023-02-26 17:16:43 +05:30
Kedar Sovani
dd47aa9a69 ReadRequest: Basic stuff works across multi-hop reads 2023-02-26 15:02:56 +05:30
Kedar Sovani
487124c9dc DataModel: Capture pending request for chunked read messages 2023-02-24 19:28:42 +05:30
Kedar Sovani
e05f40c506 DataModel: Demultiplex multi-leg transactions in core/mod.rs
In following commits chunked read will be added
2023-02-22 14:38:42 +05:30
Kedar Sovani
c5345e3034 DataModel: Mov subscribe/status-report into Data Model
There are peculiar ways status-report should be interpreted in various
contexts. Easier to manage this within the Data Model.
2023-02-21 16:47:50 +05:30
Kedar Sovani
0a42c974d0 ReadReq: Move stuff into common file
Read request handling is getting fairly large
2023-02-20 21:52:42 +05:30
Renamed from matter/src/data_model/core.rs (Browse further)