You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ultimately an implementation catalog would be very useful, as people could simply pull the specific device implementation, make the changes they need and use it.
I am looking for any of the following device types (or more):
Programmable DC power supplies (keysight, RIGOL, Rhode & Schwarz, Keithley etc. to name a very few)
Cameras (Basler, IDS, FLIR pycapture, Raspberry Pi camera etc.)
Optical Spectrometers (Avantes etc.)
Optical energy & power meters (Thorlabs etc.)
Function Generators
Linear / Rotary & PZT Stages
Vacuum Gauges (Pfeiffer etc.)
Beam Analysers
Raspberry Pi DIY electronics drivers , ADCs, stepper drivers, hats of specific devices etc.
Labjack DIO/AIO
among many more
If you have any hardware in your lab for which you would like to write a Thing implementation, please do so and create a PR.
Please stick to
HTTP protocol
JSON data format
as much as possible.
The reason being, currently, the repository hololinked is being discussed to be merged with wotpy, where more protocols and payload formats would be supported "more properly". So this catalog devices would be simply carried over to the newer implementation when it is ready.
For image stream, please follow the specific pattern in IDS example in this package. Again, when the new package is ready, something cleaner can be integrated by making very few modifications.
Ultimately an implementation catalog would be very useful, as people could simply pull the specific device implementation, make the changes they need and use it.
I am looking for any of the following device types (or more):
If you have any hardware in your lab for which you would like to write a
Thingimplementation, please do so and create a PR.Please stick to
as much as possible.
The reason being, currently, the repository
hololinkedis being discussed to be merged withwotpy, where more protocols and payload formats would be supported "more properly". So this catalog devices would be simply carried over to the newer implementation when it is ready.For image stream, please follow the specific pattern in IDS example in this package. Again, when the new package is ready, something cleaner can be integrated by making very few modifications.
Please feel free to add information to this issue