Skip to content

Commit 4dde448

Browse files
committed
update open source impl links
1 parent 39bb1fa commit 4dde448

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/design/descriptors.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22

33
It is intuitive to think or abstract a physical device as a class (as-)in object-oriented programming. A good amount of code base exists in open source within scientific community that uses OOP to model physical devices, such as:
44

5-
- [pymeasure](https://github.com/pymeasure/pymeasure)
65
- [pylablib](https://github.com/AlexShkarin/pyLabLib)
76
- [CALA public](https://gitlab.lrz.de/cala-public)
8-
- Implementations of individual device drivers one may find in GitHub repositories.
97

108
Interactions with a device can be segregated into properties, actions and events and operations on these interactions (for example, `readproperty`, `invokeaction`, `subscribeevent`). See W3C WoT for an elaborate theory - [Homepage](https://www.w3.org/WoT/). Such interactions can be described in a JSON format in a [WoT Thing Description](https://www.w3.org/TR/wot-thing-description/).
119

0 commit comments

Comments
 (0)