{"id":46476791,"url":"https://github.com/hololinked-dev/examples","last_synced_at":"2026-03-06T07:11:50.726Z","repository":{"id":203821490,"uuid":"708551799","full_name":"hololinked-dev/examples","owner":"hololinked-dev","description":"Examples for hololinked","archived":false,"fork":false,"pushed_at":"2025-11-30T09:53:01.000Z","size":58,"stargazers_count":2,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-01T08:39:19.307Z","etag":null,"topics":["hololinked","iot","scada"],"latest_commit_sha":null,"homepage":"https://gitlab.com/hololinked/examples","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hololinked-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-22T22:02:33.000Z","updated_at":"2025-11-30T09:53:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"70142426-873b-4cc4-a145-172ef8fcd00b","html_url":"https://github.com/hololinked-dev/examples","commit_stats":null,"previous_names":["vigneshvsv/daqpy-examples","vigneshvsv/hololinked-examples","hololinked-dev/examples"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hololinked-dev/examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hololinked-dev%2Fexamples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hololinked-dev%2Fexamples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hololinked-dev%2Fexamples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hololinked-dev%2Fexamples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hololinked-dev","download_url":"https://codeload.github.com/hololinked-dev/examples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hololinked-dev%2Fexamples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30165065,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T04:43:31.446Z","status":"ssl_error","status_checked_at":"2026-03-06T04:40:30.133Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hololinked","iot","scada"],"created_at":"2026-03-06T07:11:50.157Z","updated_at":"2026-03-06T07:11:50.707Z","avatar_url":"https://github.com/hololinked-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hololinked EXAMPLES\n\nContains set of examples for `hololinked` repository, sorted into git subfolders.\n\nIf you came here from the server implementation repository, select master branch manually as the latest commit there \nmay point to something else.\n\n### SERVERS\n\n| Folder                   | Description |\n| ------------------------ | ----------- |\n| 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: |\n| oceanoptics-spectrometer | spectrometer from Ocean Optics, Inc. [gitlab](https://gitlab.com/hololinked/examples/servers/oceanoptics-spectrometer) :link: |\n| serial-utility           | utility for devices employing serial port communication [gitlab](https://gitlab.com/hololinked/examples/servers/serial-utility) :link: |\n| phymotion                | Phytron phymotion controllers (currently supports only a subset) [gitlab](https://gitlab.com/hololinked/examples/servers/phymotion-controllers) :link: |\n| IDS uEye Camera          | slightly older generation IDS cameras of uEye series (not uEye+) [gitlab](https://gitlab.com/hololinked/examples/servers/ids-ueye-camera) :link: |\n| Picoscope                | Picotech Picoscope [gitlab](https://gitlab.com/hololinked/examples/servers/picoscope) :link: |\n\n###### DIY\n\n| Folder                   | Description |\n| ------------------------ | ----------- |\n| 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: |\n| raspberry pi adafruit servo controller | servo controller [gitlab](https://gitlab.com/hololinked/examples/servers/diy-raspberry-pi-servo-motor) :link: |\n\n### CLIENTS\n\nPyQt Apps \u0026 scripting\n\n| Folder                | Description |\n| --------              | ----------- |\n| Phymotion Controllers | [gitlab](https://gitlab.com/hololinked/examples/servers/phymotion-controllers/-/tree/develop/examples/pyqt_example?ref_type=heads) :link: |\n| UEye Camera | [gitlab](https://gitlab.com/hololinked/examples/servers/ids-ueye-camera/-/tree/main/examples/pyqt_example?ref_type=heads) :link: |\n| Spectrometer | [gitlab](https://gitlab.com/hololinked/examples/servers/oceanoptics-spectrometer/-/blob/main/oceanoptics_spectrometer/clients/client.py?ref_type=heads) :link: |\n\nPanel Webdashboard\n\n| Folder         | Description |\n| --------       | ----------- |\n| Gentec Maestro | [gitlab](https://gitlab.com/hololinked/examples/servers/gentec-optical-energy-meters/-/tree/simple/examples/panel?ref_type=heads) :link: |\n\nWeb browser apps\n\n| Folder   | Description |\n| -------- | ----------- |\n| 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: |\n| 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: |\n| 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:\n\n\u003cbr/\u003e\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhololinked-dev%2Fexamples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhololinked-dev%2Fexamples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhololinked-dev%2Fexamples/lists"}