Skip to content
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
204 commits
Select commit Hold shift + click to select a range
a38b758
Add the WoT protocol binding abstractions and planners
marcschier Jul 31, 2026
e417f55
Merge branch 'marcschier/wot-01-core-types' into marcschier/wot-15-cl…
marcschier Jul 31, 2026
b55fff4
Merge branch 'marcschier/wot-09-xregistry-client' into marcschier/wot…
marcschier Jul 31, 2026
2803016
Add the WoT Connectivity registry client
marcschier Jul 31, 2026
0cf6722
Add the HTTP, Modbus, OPC UA and MQTT binding executors
marcschier Jul 31, 2026
d76e581
Restore WoT Connectivity test project coverage
marcschier Jul 31, 2026
2ea8965
Merge remote-tracking branch 'origin/marcschier/wot-10-wotcon-model' …
marcschier Jul 31, 2026
1405aae
Merge branch 'marcschier/wot-10-wotcon-model' into marcschier/wot-13-…
marcschier Jul 31, 2026
e5f9da3
Merge remote-tracking branch 'origin/marcschier/wot-10-wotcon-model' …
marcschier Jul 31, 2026
6b5d58d
Add the WoT Connectivity registry and its stores
marcschier Jul 31, 2026
eeaaf22
Add the fluent builder API the generated node managers require
marcschier Jul 31, 2026
ed6c93d
Add the fluent builder API the generated node managers require
marcschier Jul 31, 2026
c3a12ba
Add the fluent builder API the generated node managers require
marcschier Jul 31, 2026
729d7ff
Add the fluent builder API the generated node managers require
marcschier Jul 31, 2026
147c1f2
Wire the data-type lookup into the DI node manager builder
marcschier Jul 31, 2026
74b09c4
Wire the data-type lookup into the DI node manager builder
marcschier Jul 31, 2026
1c60fb6
Wire the data-type lookup into the DI node manager builder
marcschier Jul 31, 2026
442e023
Wire the data-type lookup into the DI node manager builder
marcschier Jul 31, 2026
cd04abc
Merge branch 'marcschier/wot-10-wotcon-model' into marcschier/wot-15-…
marcschier Jul 31, 2026
8a9d9d0
Merge branch 'marcschier/wot-10-wotcon-model' into marcschier/wot-11-…
marcschier Jul 31, 2026
d72e973
Merge branch 'marcschier/wot-11-bindings-core' into marcschier/wot-12…
marcschier Jul 31, 2026
e72d784
Merge branch 'marcschier/wot-11-bindings-core' into marcschier/wot-13…
marcschier Jul 31, 2026
6ab4635
Fix WoT registry review issues
marcschier Jul 31, 2026
17209ed
Apply an endpoint policy before opening a WoT binding channel
marcschier Jul 31, 2026
47dd8ba
Apply an endpoint policy before opening a WoT binding channel
marcschier Jul 31, 2026
b48558b
Harden WoT binding executor sinks
marcschier Jul 31, 2026
2ac7f7e
Re-apply the endpoint policy to every HTTP redirect hop
marcschier Jul 31, 2026
6bc6f3d
Merge branch 'marcschier/wot-10-wotcon-model' into marcschier/wot-11-…
marcschier Jul 31, 2026
3cf4ada
Merge branch 'marcschier/wot-10-wotcon-model' into marcschier/wot-15-…
marcschier Jul 31, 2026
d07786a
Merge branch 'marcschier/wot-11-bindings-core' into marcschier/wot-12…
marcschier Jul 31, 2026
61c346e
Merge branch 'marcschier/wot-11-bindings-core' into marcschier/wot-13…
marcschier Jul 31, 2026
c7ce3ff
Merge branch 'marcschier/wot-10-wotcon-model' into marcschier/wot-11-…
marcschier Jul 31, 2026
ed86073
Merge branch 'marcschier/wot-10-wotcon-model' into marcschier/wot-15-…
marcschier Jul 31, 2026
32d6f19
Merge branch 'marcschier/wot-11-bindings-core' into marcschier/wot-12…
marcschier Jul 31, 2026
415da4c
Merge branch 'marcschier/wot-11-bindings-core' into marcschier/wot-13…
marcschier Jul 31, 2026
d35bb31
Use ImmutableDictionary.Empty instead of a collection expression
marcschier Aug 1, 2026
1e9c38c
Merge remote-tracking branch 'origin/marcschier/wot-05-lifecycle' int…
marcschier Aug 1, 2026
61c6544
Merge remote-tracking branch 'origin/marcschier/wot-01-core-types' in…
marcschier Aug 1, 2026
a3ff604
Materialize WoT Thing Descriptions into the server address space
marcschier Aug 1, 2026
689e194
Add WoT registry materialization tests
marcschier Aug 1, 2026
b2bf36f
Merge remote-tracking branch 'origin/marcschier/wot-15-client' into m…
marcschier Aug 1, 2026
eb47b56
Register the WoT binding projects in the solution
marcschier Aug 1, 2026
47c84bf
Make the WoT binding models compile on every target framework
marcschier Aug 1, 2026
2e0202c
Merge branch 'marcschier/wot-11-bindings-core' into marcschier/wot-12…
marcschier Aug 1, 2026
81d77a7
Register the MQTT binding project in the solution
marcschier Aug 1, 2026
61093c2
Merge branch 'marcschier/wot-11-bindings-core' into marcschier/wot-13…
marcschier Aug 1, 2026
9c1b75d
Merge branch 'marcschier/wot-13-registry' into marcschier/wot-14-mate…
marcschier Aug 1, 2026
35df526
Merge branch 'marcschier/wot-14-materialization' into marcschier/wot-…
marcschier Aug 1, 2026
4ce3d98
Merge branch 'marcschier/wot-12-executors' into marcschier/wot-16-sam…
marcschier Aug 1, 2026
7567c9e
Add the WoT Connectivity samples and complete the documentation
marcschier Aug 1, 2026
5c0006b
Add the remaining WoT binding and aggregation tests
marcschier Aug 1, 2026
1018d78
Cover the DI transfer service binding extensions
marcschier Aug 1, 2026
67307b1
Cover the registry client error and configuration paths
marcschier Aug 1, 2026
6ec81e2
Merge branch 'marcschier/wot-10-wotcon-model' into marcschier/wot-11-…
marcschier Aug 1, 2026
3846fec
Merge branch 'marcschier/wot-10-wotcon-model' into marcschier/wot-15-…
marcschier Aug 1, 2026
f01902f
Merge branch 'marcschier/wot-11-bindings-core' into marcschier/wot-12…
marcschier Aug 1, 2026
9d44482
Merge branch 'marcschier/wot-11-bindings-core' into marcschier/wot-13…
marcschier Aug 1, 2026
45689f9
Merge branch 'marcschier/wot-13-registry' into marcschier/wot-14-mate…
marcschier Aug 1, 2026
22f7486
Merge branch 'marcschier/wot-05-lifecycle' into marcschier/wot-14-mat…
marcschier Aug 1, 2026
15aedb2
Merge branch 'marcschier/wot-01-core-types' into marcschier/wot-14-ma…
marcschier Aug 1, 2026
588799c
Merge branch 'marcschier/wot-14-materialization' into marcschier/wot-…
marcschier Aug 1, 2026
0845948
Merge branch 'marcschier/wot-15-client' into marcschier/wot-16-samples
marcschier Aug 1, 2026
95bead1
Merge branch 'marcschier/wot-12-executors' into marcschier/wot-16-sam…
marcschier Aug 1, 2026
02473dd
Adapt WoT server methods to typed generated signatures
marcschier Aug 1, 2026
7a2074e
Merge branch 'marcschier/wot-13-registry' into marcschier/wot-14-mate…
marcschier Aug 1, 2026
507f750
Merge branch 'marcschier/wot-14-materialization' into marcschier/wot-…
marcschier Aug 1, 2026
8e39cbc
Merge branch 'marcschier/wot-10-wotcon-model' into marcschier/wot-11-…
marcschier Aug 1, 2026
b155e9c
Merge branch 'marcschier/wot-11-bindings-core' into marcschier/wot-12…
marcschier Aug 1, 2026
b3b2ead
Merge wot-12-executors and retire IAtomicFileReplace
marcschier Aug 1, 2026
cd84294
Merge branch 'marcschier/wot-15-client' into marcschier/wot-14-materi…
marcschier Aug 1, 2026
237c7d0
Merge branch 'marcschier/wot-13-registry' into marcschier/wot-15-client
marcschier Aug 1, 2026
777e0a8
Merge branch 'marcschier/wot-15-client' into marcschier/wot-14-materi…
marcschier Aug 1, 2026
9e5c9c5
Merge branch 'marcschier/wot-14-materialization' into marcschier/wot-…
marcschier Aug 1, 2026
1387294
Merge branch 'marcschier/wot-15-client' into marcschier/wot-14-materi…
marcschier Aug 1, 2026
9bce9c4
Merge branch 'marcschier/wot-14-materialization' into marcschier/wot-…
marcschier Aug 1, 2026
7232581
Merge branch 'marcschier/wot-10-wotcon-model' into marcschier/wot-11-…
marcschier Aug 1, 2026
523d7a8
Merge branch 'marcschier/wot-11-bindings-core' into marcschier/wot-12…
marcschier Aug 1, 2026
099ea11
Merge branch 'marcschier/wot-12-executors' into marcschier/wot-13-reg…
marcschier Aug 1, 2026
e19f175
Merge branch 'marcschier/wot-13-registry' into marcschier/wot-15-client
marcschier Aug 1, 2026
cd61d63
Merge branch 'marcschier/wot-15-client' into marcschier/wot-14-materi…
marcschier Aug 1, 2026
b3f594d
Merge branch 'marcschier/wot-14-materialization' into marcschier/wot-…
marcschier Aug 1, 2026
956f632
Use the path-qualified generated method types
marcschier Aug 1, 2026
5d7248e
Merge branch 'marcschier/wot-10-wotcon-model' into marcschier/wot-11-…
marcschier Aug 1, 2026
f53ceac
Merge branch 'marcschier/wot-11-bindings-core' into marcschier/wot-12…
marcschier Aug 1, 2026
3ab25dc
Merge branch 'marcschier/wot-10-wotcon-model' into marcschier/wot-11-…
marcschier Aug 1, 2026
fbbb2f1
Merge branch 'marcschier/wot-11-bindings-core' into marcschier/wot-12…
marcschier Aug 1, 2026
588a285
Merge branch 'marcschier/wot-12-executors' into marcschier/wot-13-reg…
marcschier Aug 1, 2026
72d3395
Merge branch 'marcschier/wot-13-registry' into marcschier/wot-15-client
marcschier Aug 1, 2026
ce7dc6f
Merge branch 'marcschier/wot-15-client' into marcschier/wot-14-materi…
marcschier Aug 1, 2026
b9ddcb1
Merge branch 'marcschier/wot-14-materialization' into marcschier/wot-…
marcschier Aug 1, 2026
c2d5d16
Merge branch 'marcschier/wot-12-executors' into marcschier/wot-13-reg…
marcschier Aug 1, 2026
6b1a93a
Merge branch 'marcschier/wot-13-registry' into marcschier/wot-15-client
marcschier Aug 1, 2026
cdc7064
Merge branch 'marcschier/wot-15-client' into marcschier/wot-14-materi…
marcschier Aug 1, 2026
30d4259
Merge branch 'marcschier/wot-14-materialization' into marcschier/wot-…
marcschier Aug 1, 2026
9525d44
Harden WoT binding DI and disposal behavior
marcschier Aug 1, 2026
7abd67c
Address WoT registry review feedback
marcschier Aug 1, 2026
36c3389
Address WoT materialization review feedback
marcschier Aug 1, 2026
3966144
Address WoT samples review feedback
marcschier Aug 1, 2026
5f19e8d
Address WoT executor review feedback
marcschier Aug 1, 2026
72272c8
Route WoT polling diagnostics through telemetry
marcschier Aug 1, 2026
b3daa1c
Merge remote-tracking branch 'origin/marcschier/wot-11-bindings-core'…
marcschier Aug 1, 2026
7cd218a
Default WoT executor telemetry from the ambient message context
marcschier Aug 1, 2026
8369ec8
Merge remote-tracking branch 'origin/marcschier/wot-11-bindings-core'…
marcschier Aug 1, 2026
c3ee677
Pass the executor telemetry context into polling subscriptions
marcschier Aug 1, 2026
3ab37a1
Merge remote-tracking branch 'origin/marcschier/wot-12-executors' int…
marcschier Aug 1, 2026
316e93e
Merge remote-tracking branch 'origin/marcschier/wot-13-registry' into…
marcschier Aug 1, 2026
f0a69ad
Merge remote-tracking branch 'origin/marcschier/wot-15-client' into m…
marcschier Aug 1, 2026
182d905
Merge remote-tracking branch 'origin/marcschier/wot-14-materializatio…
marcschier Aug 1, 2026
01d58cb
Allow loopback endpoints in the aggregation sample
marcschier Aug 2, 2026
677f386
Merge remote-tracking branch 'origin/marcschier/wot-10-wotcon-model' …
marcschier Aug 2, 2026
ae8e063
Merge remote-tracking branch 'origin/marcschier/wot-11-bindings-core'…
marcschier Aug 2, 2026
facc3b7
Merge remote-tracking branch 'origin/marcschier/wot-12-executors' int…
marcschier Aug 2, 2026
d614cc6
Merge remote-tracking branch 'origin/marcschier/wot-13-registry' into…
marcschier Aug 2, 2026
237730a
Merge remote-tracking branch 'origin/marcschier/wot-15-client' into m…
marcschier Aug 2, 2026
eaa7081
Merge remote-tracking branch 'origin/marcschier/wot-14-materializatio…
marcschier Aug 2, 2026
760ffa7
Merge remote-tracking branch 'origin/marcschier/wot-10-wotcon-model' …
marcschier Aug 3, 2026
0c47b37
Merge remote-tracking branch 'origin/marcschier/wot-11-bindings-core'…
marcschier Aug 3, 2026
f60d0d0
Merge remote-tracking branch 'origin/marcschier/wot-12-executors' int…
marcschier Aug 3, 2026
3f38a12
Merge remote-tracking branch 'origin/marcschier/wot-13-registry' into…
marcschier Aug 3, 2026
571eaf4
Merge remote-tracking branch 'origin/marcschier/wot-15-client' into m…
marcschier Aug 3, 2026
598644f
Merge remote-tracking branch 'origin/marcschier/wot-14-materializatio…
marcschier Aug 3, 2026
d21dd80
Merge remote-tracking branch 'origin/marcschier/wot-10-wotcon-model' …
marcschier Aug 3, 2026
74d2b90
Merge remote-tracking branch 'origin/marcschier/wot-11-bindings-core'…
marcschier Aug 3, 2026
ee1b4b9
Merge remote-tracking branch 'origin/marcschier/wot-12-executors' int…
marcschier Aug 3, 2026
980e346
Merge remote-tracking branch 'origin/marcschier/wot-13-registry' into…
marcschier Aug 3, 2026
eca062a
Merge remote-tracking branch 'origin/marcschier/wot-15-client' into m…
marcschier Aug 3, 2026
27ba9cd
Merge remote-tracking branch 'origin/marcschier/wot-14-materializatio…
marcschier Aug 3, 2026
bb60d87
Align the new WoT documentation links
marcschier Aug 3, 2026
bd5e768
Merge remote-tracking branch 'origin/marcschier/wot-10-wotcon-model' …
marcschier Aug 3, 2026
fff8967
Merge remote-tracking branch 'origin/marcschier/wot-11-bindings-core'…
marcschier Aug 3, 2026
50c75d1
Merge remote-tracking branch 'origin/marcschier/wot-12-executors' int…
marcschier Aug 3, 2026
78b423f
Merge remote-tracking branch 'origin/marcschier/wot-13-registry' into…
marcschier Aug 3, 2026
7fc33ad
Merge remote-tracking branch 'origin/marcschier/wot-15-client' into m…
marcschier Aug 3, 2026
478110f
Merge remote-tracking branch 'origin/marcschier/wot-14-materializatio…
marcschier Aug 3, 2026
e686c3a
Merge remote-tracking branch 'origin/marcschier/wot-10-wotcon-model' …
marcschier Aug 3, 2026
234130b
Merge remote-tracking branch 'origin/marcschier/wot-11-bindings-core'…
marcschier Aug 3, 2026
4347581
Merge remote-tracking branch 'origin/marcschier/wot-12-executors' int…
marcschier Aug 3, 2026
dc75d48
Merge remote-tracking branch 'origin/marcschier/wot-13-registry' into…
marcschier Aug 3, 2026
7498344
Merge remote-tracking branch 'origin/marcschier/wot-15-client' into m…
marcschier Aug 3, 2026
f093746
Merge remote-tracking branch 'origin/marcschier/wot-14-materializatio…
marcschier Aug 3, 2026
73ae55f
Merge remote-tracking branch 'origin/marcschier/wot-10-wotcon-model' …
marcschier Aug 3, 2026
bf45718
Merge remote-tracking branch 'origin/marcschier/wot-11-bindings-core'…
marcschier Aug 3, 2026
3ea8430
Merge remote-tracking branch 'origin/marcschier/wot-12-executors' int…
marcschier Aug 3, 2026
6653b40
Merge remote-tracking branch 'origin/marcschier/wot-13-registry' into…
marcschier Aug 3, 2026
54a6f73
Merge remote-tracking branch 'origin/marcschier/wot-15-client' into m…
marcschier Aug 3, 2026
7b00194
Treat the registry management minimum security mode as a floor
marcschier Aug 3, 2026
4fc98de
Merge remote-tracking branch 'origin/marcschier/wot-14-materializatio…
marcschier Aug 3, 2026
7f5cca0
Keep WoT materialization dry runs side-effect free
marcschier Aug 3, 2026
54b96b7
Merge remote-tracking branch 'origin/marcschier/wot-10-wotcon-model' …
marcschier Aug 3, 2026
828f6bd
Merge remote-tracking branch 'origin/marcschier/wot-11-bindings-core'…
marcschier Aug 3, 2026
a9a1239
Merge remote-tracking branch 'origin/marcschier/wot-12-executors' int…
marcschier Aug 3, 2026
6aeca99
Merge remote-tracking branch 'origin/marcschier/wot-13-registry' into…
marcschier Aug 3, 2026
66fe980
Merge remote-tracking branch 'origin/marcschier/wot-15-client' into m…
marcschier Aug 3, 2026
5a1aca1
Merge remote-tracking branch 'origin/marcschier/wot-14-materializatio…
marcschier Aug 3, 2026
591dcb3
Merge remote-tracking branch 'origin/marcschier/wot-10-wotcon-model' …
marcschier Aug 3, 2026
8e101d0
Merge remote-tracking branch 'origin/marcschier/wot-11-bindings-core'…
marcschier Aug 3, 2026
7c29fe5
Merge remote-tracking branch 'origin/marcschier/wot-12-executors' int…
marcschier Aug 3, 2026
d4e3ffb
Merge remote-tracking branch 'origin/marcschier/wot-13-registry' into…
marcschier Aug 3, 2026
7c24898
Merge remote-tracking branch 'origin/marcschier/wot-15-client' into m…
marcschier Aug 3, 2026
76498d8
Merge remote-tracking branch 'origin/marcschier/wot-14-materializatio…
marcschier Aug 3, 2026
62f7a0b
Merge remote-tracking branch 'origin/marcschier/wot-10-wotcon-model' …
marcschier Aug 4, 2026
f643291
Merge remote-tracking branch 'origin/marcschier/wot-11-bindings-core'…
marcschier Aug 4, 2026
20db0ad
Merge remote-tracking branch 'origin/marcschier/wot-12-executors' int…
marcschier Aug 4, 2026
eba74e5
Merge remote-tracking branch 'origin/marcschier/wot-13-registry' into…
marcschier Aug 4, 2026
c63d712
Merge remote-tracking branch 'origin/marcschier/wot-15-client' into m…
marcschier Aug 4, 2026
a3eae58
Merge remote-tracking branch 'origin/marcschier/wot-14-materializatio…
marcschier Aug 4, 2026
a238381
Fix WoT materialization shutdown ordering
marcschier Aug 4, 2026
9edb995
Merge remote-tracking branch 'origin/marcschier/wot-14-materializatio…
marcschier Aug 4, 2026
98a5070
Skip projection lifecycle removal during shutdown
marcschier Aug 4, 2026
b139d1a
Merge remote-tracking branch 'origin/marcschier/wot-14-materializatio…
marcschier Aug 4, 2026
7c56fa6
Merge remote-tracking branch 'origin/marcschier/wot-10-wotcon-model' …
marcschier Aug 4, 2026
aed8d5d
Merge remote-tracking branch 'origin/marcschier/wot-11-bindings-core'…
marcschier Aug 4, 2026
ec9586e
Merge remote-tracking branch 'origin/marcschier/wot-12-executors' int…
marcschier Aug 4, 2026
4df8cbc
Merge remote-tracking branch 'origin/marcschier/wot-13-registry' into…
marcschier Aug 4, 2026
ab8c175
Merge remote-tracking branch 'origin/marcschier/wot-15-client' into m…
marcschier Aug 4, 2026
f1993c9
Merge remote-tracking branch 'origin/marcschier/wot-14-materializatio…
marcschier Aug 4, 2026
02294da
Merge remote-tracking branch 'origin/marcschier/wot-10-wotcon-model' …
marcschier Aug 4, 2026
668f84d
Merge remote-tracking branch 'origin/marcschier/wot-11-bindings-core'…
marcschier Aug 4, 2026
605dda4
Merge remote-tracking branch 'origin/marcschier/wot-12-executors' int…
marcschier Aug 4, 2026
07b4b83
Merge remote-tracking branch 'origin/marcschier/wot-13-registry' into…
marcschier Aug 4, 2026
33c2900
Merge remote-tracking branch 'origin/marcschier/wot-15-client' into m…
marcschier Aug 4, 2026
0377e13
Merge remote-tracking branch 'origin/marcschier/wot-14-materializatio…
marcschier Aug 4, 2026
3d6b808
Pass an explicit caller context to the NodeManager lifecycle
marcschier Aug 4, 2026
39f5042
Merge remote-tracking branch 'origin/marcschier/wot-14-materializatio…
marcschier Aug 4, 2026
cd5b72c
Pass an explicit caller context in the WoT live server tests
marcschier Aug 4, 2026
932a977
Merge remote-tracking branch 'origin/marcschier/wot-10-wotcon-model' …
marcschier Aug 4, 2026
16cf27f
Merge remote-tracking branch 'origin/marcschier/wot-11-bindings-core'…
marcschier Aug 4, 2026
7ae2e9c
Merge remote-tracking branch 'origin/marcschier/wot-12-executors' int…
marcschier Aug 4, 2026
01df322
Merge remote-tracking branch 'origin/marcschier/wot-13-registry' into…
marcschier Aug 4, 2026
cb6d517
Merge remote-tracking branch 'origin/marcschier/wot-15-client' into m…
marcschier Aug 4, 2026
0726236
Merge remote-tracking branch 'origin/marcschier/wot-14-materializatio…
marcschier Aug 4, 2026
a3cb074
Restore WoT asset registry bridge (#4171)
marcschier Aug 4, 2026
d98dec8
Merge remote-tracking branch 'origin/marcschier/wot-10-wotcon-model' …
marcschier Aug 5, 2026
c68fc3c
Merge remote-tracking branch 'origin/marcschier/wot-11-bindings-core'…
marcschier Aug 5, 2026
89ebba8
Merge remote-tracking branch 'origin/marcschier/wot-12-executors' int…
marcschier Aug 5, 2026
9f4c9f8
Merge remote-tracking branch 'origin/marcschier/wot-13-registry' into…
marcschier Aug 5, 2026
6d7bd53
Merge remote-tracking branch 'origin/marcschier/wot-15-client' into m…
marcschier Aug 5, 2026
58f0f9f
Merge remote-tracking branch 'origin/marcschier/wot-14-materializatio…
marcschier Aug 5, 2026
e41c0e3
Merge remote-tracking branch 'origin/marcschier/wot-16-samples' into …
marcschier Aug 5, 2026
39f655f
[WotCon] Add the WoT Connectivity samples and complete the documentat…
marcschier Aug 5, 2026
b6ac567
[WotCon] Materialize WoT Thing Descriptions into the server address s…
marcschier Aug 5, 2026
3388cf5
[WotCon] Add the WoT Connectivity registry client (#4142)
marcschier Aug 5, 2026
e8ac13a
[WotCon] Add the WoT Connectivity registry and its stores (#4146)
marcschier Aug 5, 2026
7d60213
[WotCon] Add the HTTP, Modbus, OPC UA and MQTT binding executors (#4144)
marcschier Aug 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions UA.slnx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
<Project Path="src/Opc.Ua.Redundancy.Client/Opc.Ua.Redundancy.Client.csproj" />
<Project Path="src/Opc.Ua.Redundancy.Kubernetes/Opc.Ua.Redundancy.Kubernetes.csproj" />
<Project Path="src/Opc.Ua.WotCon/Opc.Ua.WotCon.csproj" />
<Project Path="src/Opc.Ua.WotCon.Bindings/Opc.Ua.WotCon.Bindings.csproj" />
<Project Path="src/Opc.Ua.WotCon.Client/Opc.Ua.WotCon.Client.csproj" />
<Project Path="src/Opc.Ua.WotCon.Server/Opc.Ua.WotCon.Server.csproj" />
<Project Path="src/Opc.Ua.Bindings.Https/Opc.Ua.Bindings.Https.csproj" />
Expand Down Expand Up @@ -278,6 +279,7 @@
<Project Path="tests/Opc.Ua.Tools.Tests/Opc.Ua.Tools.Tests.csproj" />
<Project Path="tests/Opc.Ua.Types.Tests/Opc.Ua.Types.Tests.csproj" />
<Project Path="tests/Opc.Ua.WotCon.Tests/Opc.Ua.WotCon.Tests.csproj" />
<Project Path="tests/Opc.Ua.WotCon.Bindings.Tests/Opc.Ua.WotCon.Bindings.Tests.csproj" />
</Folder>
<Folder Name="/tests/TestFramework/">
<Project Path="tests/Opc.Ua.Test.Common/Opc.Ua.Test.Common.csproj" />
Expand Down
123 changes: 123 additions & 0 deletions src/Opc.Ua.WotCon.Bindings/IWotBinderRegistry.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
/* ========================================================================
* Copyright (c) 2005-2026 The OPC Foundation, Inc. All rights reserved.
*
* OPC Foundation MIT License 1.00
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use,
* copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following
* conditions:
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE.
*
* The complete license agreement can be found here:
* http://opcfoundation.org/License/MIT/1.00/
* ======================================================================*/

using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;

namespace Opc.Ua.WotCon.Bindings
{
/// <summary>
/// The runtime-neutral binder seam the materialization coordinator uses to
/// discover binding capabilities and to prepare / activate / deactivate
/// bindings around a projection. Concrete binders and executors are registered
/// with <see cref="WotProtocolBinderRegistry"/>; the default
/// <see cref="NullWotBinderRegistry"/> reports no binders, so every form is
/// unsupported (strict closures fail; non-strict closures materialize degraded
/// nodes with <see cref="StatusCodes.BadConfigurationError"/>).
/// </summary>
public interface IWotBinderRegistry
{
/// <summary>
/// Gets the binding capability snapshots advertised by the registry.
/// </summary>
IReadOnlyList<WoTBindingCapabilityDataType> Capabilities { get; }

/// <summary>
/// Validates and compiles a resource's forms into an immutable binding
/// plan. Prepare is side-effect free: it classifies forms as supported or
/// unsupported and compiles supported forms, but never performs transport
/// I/O.
/// </summary>
WotBindingPlan Prepare(WotBindingPlanRequest request);

/// <summary>
/// Activates a prepared plan after the projection has been committed as the
/// active generation.
/// </summary>
ValueTask ActivateAsync(WotBindingPlan plan, CancellationToken cancellationToken = default);

/// <summary>
/// Deactivates a plan when its projection is retired.
/// </summary>
ValueTask DeactivateAsync(WotBindingPlan plan, CancellationToken cancellationToken = default);
}

/// <summary>
/// The default binder registry: it advertises no capabilities and treats every
/// form as unsupported. It provides the "no concrete network protocol"
/// baseline used when no binders are registered.
/// </summary>
public sealed class NullWotBinderRegistry : IWotBinderRegistry
{
/// <summary>
/// Gets the shared instance.
/// </summary>
public static NullWotBinderRegistry Instance { get; } = new NullWotBinderRegistry();

/// <inheritdoc/>
public IReadOnlyList<WoTBindingCapabilityDataType> Capabilities { get; }
= [];

/// <inheritdoc/>
public WotBindingPlan Prepare(WotBindingPlanRequest request)
{
if (request is null)
{
throw new ArgumentNullException(nameof(request));
}
if (request.Forms.IsEmpty)
{
return WotBindingPlan.Empty;
}
return new WotBindingPlan(
request.ResourceXid,
[],
[],
request.Forms,
[WotBindingDiagnostic.Warning(
WotBindingDiagnosticCode.NonExecutableBinding,
"No binder is registered; affordance forms are materialized as " +
"degraded nodes (BadConfigurationError) or fail a strict closure.")]);
}

/// <inheritdoc/>
public ValueTask ActivateAsync(WotBindingPlan plan, CancellationToken cancellationToken = default)
{
return default;
}

/// <inheritdoc/>
public ValueTask DeactivateAsync(WotBindingPlan plan, CancellationToken cancellationToken = default)
{
return default;
}
}
}
59 changes: 59 additions & 0 deletions src/Opc.Ua.WotCon.Bindings/IWotBindingChannelFactory.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
/* ========================================================================
* Copyright (c) 2005-2026 The OPC Foundation, Inc. All rights reserved.
*
* OPC Foundation MIT License 1.00
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use,
* copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following
* conditions:
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE.
*
* The complete license agreement can be found here:
* http://opcfoundation.org/License/MIT/1.00/
* ======================================================================*/

using System.Threading;
using System.Threading.Tasks;

namespace Opc.Ua.WotCon.Bindings
{
/// <summary>
/// The runtime-neutral seam a projection binding runtime uses to open a live
/// channel for a compiled, executable form. It is deliberately narrower than
/// <see cref="IWotBinderRegistry"/>: consumers that only drive live value
/// exchange (for example an OPC UA target-mapping runtime wired onto a
/// materialized NodeSet) depend on this interface instead of the full
/// registry so they cannot accidentally reach into Prepare/Activate/Deactivate
/// lifecycle concerns that belong to the materialization coordinator.
/// </summary>
public interface IWotBindingChannelFactory
{
/// <summary>
/// Opens a live channel for an executable compiled form using the
/// implementation's credential provider, codecs and safety bounds.
/// </summary>
/// <param name="form">The compiled, executable form to activate.</param>
/// <param name="cancellationToken">The cancellation token.</param>
/// <exception cref="System.ArgumentNullException"><paramref name="form"/> is <c>null</c>.</exception>
/// <exception cref="System.InvalidOperationException">
/// No executor is registered for the form's binding.
/// </exception>
ValueTask<IWotBindingChannel> OpenChannelAsync(
WotCompiledForm form, CancellationToken cancellationToken = default);
}
}
Loading
Loading