Commit graph

42 commits

Author SHA1 Message Date
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
Kedar Sovani
88bcbb1b02 ReadRequest: Create structure for recording ResumeReadRequest 2023-02-19 12:55:58 +05:30
Kedar Sovani
e41f6ac99a AttrDetails: Provide constructor 2023-02-19 12:55:31 +05:30
Kedar Sovani
60ded6d5fb ReadRequest: Chunked Messages - Part 1
- Create the structure so that when the WriteBuf gets full, we return back with MoreChunkedMessages note
- When the WriteBuf gets full, we also make a note of the current attribute, so that we can resume from this attribute
onwards while sending the next chunk
2023-02-18 14:50:12 +05:30
Kedar Sovani
4f31cbf329 AttrReadEncoder: If buffer is full, leave behind a sane state
Also, create an API that can be used to query the buffer full situation
2023-02-17 19:50:53 +05:30
Kedar Sovani
316de9c97a DescriptorCluster: Include attribute for ClientList 2023-02-12 21:13:19 +05:30
Kedar Sovani
29622cc22c GenComm: A new error code is introduced by BusyWithOtherAdmin in the spec 2023-02-12 21:13:19 +05:30
Kedar Sovani
707d3700c0 NOC CAT: The CAT IDs in the NoC are only 32-bit, account for that 2023-02-12 10:14:47 +05:30
Kedar Sovani
0149d30a0c CASE: Extract CAT IDs from current session and add them to the Accessor 2023-02-10 20:22:28 +05:30
Kedar Sovani
725d19187e Session: Include NoC CAT fields, and populate them from the CASE exchange 2023-02-10 09:15:31 +05:30
Kedar Sovani
315b7edbc8 ACL: Add support for NOC CAT 2023-02-10 09:15:10 +05:30
Angel Yankov
6eca0b307c Derive PartialOrd for AttrValue so we can compare them directly when updating numeric attributes. 2023-02-07 12:12:25 +02:00
Kedar Sovani
6fa4554d6d NOC: Add support for 2 attributes 2023-01-21 20:07:07 +05:30
Kedar Sovani
a3b24c91fc basic_info: Add Software Version String support 2023-01-21 20:07:00 +05:30
Kedar Sovani
fb82caf391 data_model: provide an API for adding attributes in bulk 2023-01-21 20:06:56 +05:30
Marcel
9364235f77 Merged upstream 2023-01-14 16:00:37 +01:00
Marcel
5499e6ccdc Merge branch 'feature/multi-admin' into mdns-disco-multi-admin 2023-01-14 15:59:10 +01:00
Kedar Sovani
34e137a346 Rebase changes on latest commit 2023-01-12 18:32:53 +05:30
Kedar Sovani
8714758ae4 data_model: A number of changes required for iOS to work 2023-01-12 17:56:21 +05:30
Kedar Sovani
e6238ee2e6 noc: Support UpdateFabricLabel command 2023-01-12 17:56:21 +05:30
Kedar Sovani
40b6b0c505 admin-commissioning: Link PaseMgr with Admin Commissioning
Adding the second commissioner now works successfully through iOS! Yay!
2023-01-12 17:56:18 +05:30
Kedar Sovani
b74d626efc AdminCommissioning: Baseline support
Just add all the 3 attributes, and the command open-commissioning-window that
simply sets a variable for now
2023-01-12 17:55:27 +05:30
Marcel
31034f6e89 Merge remote-tracking branch 'upstream/feature/multi-admin' into mdns-disco-multi-admin 2023-01-11 12:45:21 +01:00
Kedar Sovani
f2dad9132b noc: Support UpdateFabricLabel command 2023-01-11 13:34:59 +05:30
Marcel
317d657fba Compute QR Code 2023-01-10 21:01:02 +01:00
Kedar Sovani
1645754b48 admin-commissioning: Link PaseMgr with Admin Commissioning
Adding the second commissioner now works successfully through iOS! Yay!
2023-01-10 18:40:52 +05:30
Marcel
ba524e1190 Extend service discovery information 2023-01-10 13:14:20 +01:00
Marcel
b477a871e9 Implemented the Clippy recommendations 2023-01-10 08:53:04 +01:00
Kedar Sovani
f135e2dbf8 AdminCommissioning: Baseline support
Just add all the 3 attributes, and the command open-commissioning-window that
simply sets a variable for now
2023-01-07 21:55:29 +05:30
Kedar Sovani
ed5949253b
Merge pull request #2 from project-chip/feature/noc_fabrics_attr
Descriptor Cluster: Support attributes CurrentFabricIndex and Fabrics
2023-01-03 08:43:00 +05:30
Kedar Sovani
263a0e8d6e NOC: Support the read of 'Fabrics' attribute 2023-01-02 10:58:57 +05:30
Kedar Sovani
6d19a034d0 Fabric: Save vendor id when new Fabric is created 2023-01-02 10:58:51 +05:30
Kedar Sovani
59ebfa06c9 NOC: Support read attribute for current fabric index 2023-01-02 10:58:46 +05:30
Kedar Sovani
569f1bb19b OpCreds: ICAC is optional and may not be added as part of commissioning 2022-12-31 11:04:33 +05:30
Kedar Sovani
bd25ca8c85 DM: Include placeholder support for PartsList 2022-12-31 11:03:27 +05:30
Kedar Sovani
5843ebf2c0 Network Commissioning: Fix incorrect reporting of transport type 2022-12-31 11:02:45 +05:30
Kedar Sovani
77af70d8f1 Initial commit
merged from https://github.com/kedars/matter-rs
2022-12-27 09:52:25 +05:30