https://github.com/hololinked-dev/examples
Examples for hololinked
https://github.com/hololinked-dev/examples
hololinked iot scada
Last synced: 3 months ago
JSON representation
Examples for hololinked
- Host: GitHub
- URL: https://github.com/hololinked-dev/examples
- Owner: hololinked-dev
- License: bsd-3-clause
- Created: 2023-10-22T22:02:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-30T09:53:01.000Z (6 months ago)
- Last Synced: 2026-03-01T08:39:19.307Z (3 months ago)
- Topics: hololinked, iot, scada
- Language: Python
- Homepage: https://gitlab.com/hololinked/examples
- Size: 56.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# hololinked EXAMPLES
Contains set of examples for `hololinked` repository, sorted into git subfolders.
If you came here from the server implementation repository, select master branch manually as the latest commit there
may point to something else.
### SERVERS
| Folder | Description |
| ------------------------ | ----------- |
| gentec_maestro (contains beginner level code) | laser pulse energy meter from Gentec Electro-Optics [gitlab](https://gitlab.com/hololinked/examples/servers/gentec-optical-energy-meters) :link: |
| oceanoptics-spectrometer | spectrometer from Ocean Optics, Inc. [gitlab](https://gitlab.com/hololinked/examples/servers/oceanoptics-spectrometer) :link: |
| serial-utility | utility for devices employing serial port communication [gitlab](https://gitlab.com/hololinked/examples/servers/serial-utility) :link: |
| phymotion | Phytron phymotion controllers (currently supports only a subset) [gitlab](https://gitlab.com/hololinked/examples/servers/phymotion-controllers) :link: |
| IDS uEye Camera | slightly older generation IDS cameras of uEye series (not uEye+) [gitlab](https://gitlab.com/hololinked/examples/servers/ids-ueye-camera) :link: |
| Picoscope | Picotech Picoscope [gitlab](https://gitlab.com/hololinked/examples/servers/picoscope) :link: |
###### DIY
| Folder | Description |
| ------------------------ | ----------- |
| arduino low speed trigger counter | counts a low frequency pulse and raises a software event at rising edge [gitlab](https://gitlab.com/hololinked/examples/servers/diy-arduino-hardware-trigger-reader) :link: |
| raspberry pi adafruit servo controller | servo controller [gitlab](https://gitlab.com/hololinked/examples/servers/diy-raspberry-pi-servo-motor) :link: |
### CLIENTS
PyQt Apps & scripting
| Folder | Description |
| -------- | ----------- |
| Phymotion Controllers | [gitlab](https://gitlab.com/hololinked/examples/servers/phymotion-controllers/-/tree/develop/examples/pyqt_example?ref_type=heads) :link: |
| UEye Camera | [gitlab](https://gitlab.com/hololinked/examples/servers/ids-ueye-camera/-/tree/main/examples/pyqt_example?ref_type=heads) :link: |
| Spectrometer | [gitlab](https://gitlab.com/hololinked/examples/servers/oceanoptics-spectrometer/-/blob/main/oceanoptics_spectrometer/clients/client.py?ref_type=heads) :link: |
Panel Webdashboard
| Folder | Description |
| -------- | ----------- |
| Gentec Maestro | [gitlab](https://gitlab.com/hololinked/examples/servers/gentec-optical-energy-meters/-/tree/simple/examples/panel?ref_type=heads) :link: |
Web browser apps
| Folder | Description |
| -------- | ----------- |
| oceanoptics-spectrometer smartphone app |[node-wot](https://github.com/eclipse-thingweb/node-wot) based client + svelte [gitlab](https://gitlab.com/desktop-clients/oceanoptics-spectrometer-desktop-app) :link: |
| phymotion-controllers smartphone app |[node-wot](https://github.com/eclipse-thingweb/node-wot) based client + react [gitlab](https://gitlab.com/hololinked/examples/clients/node-clients/phymotion-controllers-app) :link: |
| ids-ueye-camera-app | [node-wot](https://github.com/eclipse-thingweb/node-wot) based client + react [gitlab](https://gitlab.com/hololinked/examples/clients/node-clients/ids-camera-app) :link: