{"id":29383490,"url":"https://github.com/isisneutronmuon/pvaccess-labview","last_synced_at":"2026-02-05T05:01:47.005Z","repository":{"id":286786699,"uuid":"959226327","full_name":"ISISNeutronMuon/pvaccess-labview","owner":"ISISNeutronMuon","description":"An EPICS PVAccess library for LabVIEW","archived":false,"fork":false,"pushed_at":"2026-01-27T18:17:22.000Z","size":12983,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":8,"default_branch":"main","last_synced_at":"2026-01-28T00:53:35.050Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"LabVIEW","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ISISNeutronMuon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-04-02T13:05:53.000Z","updated_at":"2026-01-27T18:17:26.000Z","dependencies_parsed_at":"2025-05-16T17:25:38.607Z","dependency_job_id":"eba58cc6-d463-43eb-bfa1-ae1b362b1d89","html_url":"https://github.com/ISISNeutronMuon/pvaccess-labview","commit_stats":null,"previous_names":["isisneutronmuon/pvaccess-labview"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ISISNeutronMuon/pvaccess-labview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ISISNeutronMuon%2Fpvaccess-labview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ISISNeutronMuon%2Fpvaccess-labview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ISISNeutronMuon%2Fpvaccess-labview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ISISNeutronMuon%2Fpvaccess-labview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ISISNeutronMuon","download_url":"https://codeload.github.com/ISISNeutronMuon/pvaccess-labview/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ISISNeutronMuon%2Fpvaccess-labview/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29113188,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T03:44:17.043Z","status":"ssl_error","status_checked_at":"2026-02-05T03:44:12.077Z","response_time":65,"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":[],"created_at":"2025-07-10T04:10:54.463Z","updated_at":"2026-02-05T05:01:46.998Z","avatar_url":"https://github.com/ISISNeutronMuon.png","language":"LabVIEW","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# PVAccess for LabVIEW\r\n\r\nAn [EPICS PVAccess](https://docs.epics-controls.org/en/latest/pv-access/protocol.html) library for LabVIEW.\r\n\r\n⚠️ This software is in the alpha stage of development and does not have a stable interface.\r\n\r\n![image](https://github.com/user-attachments/assets/1d8dea33-e0f0-4064-a527-22c7b9b64251)\r\n\r\n## Building\r\n\r\n- Clone [EPICS Base](https://github.com/epics-base/epics-base/) to `./epics-base` and build it\r\n\r\n  ```sh\r\n  git clone https://github.com/epics-base/epics-base.git\r\n  make -C epics-base\r\n  ```\r\n\r\n- Clone [PVXS](https://github.com/epics-base/pvxs/) to `./pvxs` and build it\r\n\r\n  ```sh\r\n  git clone --recurse-submodules https://github.com/epics-base/pvxs.git\r\n  echo 'EPICS_BASE=$(TOP)/../epics-base' \u003e ./pvxs/configure/RELEASE.local\r\n  make -C pvxs/bundle libevent\r\n  make -C pvxs\r\n  ```\r\n  See the [PVXS docs](https://epics-base.github.io/pvxs/building.html) for more details\r\n\r\n- Build this library\r\n\r\n\t- Windows\r\n\t\t```\r\n\t\tcmake -G \"Visual Studio 17 2022\" -A x64 -B .\\build\r\n\t\tcmake --build .\\build --config Release\r\n\t\t```\r\n\t- Linux\r\n\t\t```sh\r\n\t\tcmake -B ./build\r\n\t\tcmake --build ./build\r\n\t\t```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisisneutronmuon%2Fpvaccess-labview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisisneutronmuon%2Fpvaccess-labview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisisneutronmuon%2Fpvaccess-labview/lists"}