An open API service indexing awesome lists of open source software.

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

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: