{"id":43978957,"url":"https://github.com/gotmc/lxi","last_synced_at":"2026-02-07T08:35:18.095Z","repository":{"id":92282330,"uuid":"95693410","full_name":"gotmc/lxi","owner":"gotmc","description":"Go-based implementation of the LAN eXtensions for Instrumentation (LXI) standard","archived":false,"fork":false,"pushed_at":"2024-04-13T02:17:08.000Z","size":1253,"stargazers_count":14,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-19T05:55:01.696Z","etag":null,"topics":["ethernet","ivi","lan-extensions","lxi","scpi","scpi-commands","scpi-instrument","scpi-lab-instruments","tcpip","test-automation","test-equipment"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gotmc.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}},"created_at":"2017-06-28T17:13:48.000Z","updated_at":"2024-05-04T18:11:04.000Z","dependencies_parsed_at":"2024-06-19T05:24:12.582Z","dependency_job_id":"674fdc4b-77d0-4e34-a69b-7aa35ecadd1e","html_url":"https://github.com/gotmc/lxi","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/gotmc/lxi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotmc%2Flxi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotmc%2Flxi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotmc%2Flxi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotmc%2Flxi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gotmc","download_url":"https://codeload.github.com/gotmc/lxi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotmc%2Flxi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29190294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T07:37:03.739Z","status":"ssl_error","status_checked_at":"2026-02-07T07:37:03.029Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["ethernet","ivi","lan-extensions","lxi","scpi","scpi-commands","scpi-instrument","scpi-lab-instruments","tcpip","test-automation","test-equipment"],"created_at":"2026-02-07T08:35:18.040Z","updated_at":"2026-02-07T08:35:18.086Z","avatar_url":"https://github.com/gotmc.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lxi\n\nGo-based implementation of the LAN eXtensions for Instrumentation (LXI)\nstandard.\n\n[![GoDoc][godoc badge]][godoc link]\n[![Go Report Card][report badge]][report card]\n[![License Badge][license badge]][LICENSE.txt]\n\n## Overview\n\nThis packages enables controlling LXI compatible test equipment (e.g.,\noscilloscopes, function generators, multimeters, etc.) over Ethernet. While this\npackage can be used by itself to send Standard Commands for Programmable\nInstruments ([SCPI][]) commands to a piece of test equipment, it also serves to\nprovide an Instrument interface for both the [ivi][] and [visa][] packages. The\n[ivi][] package provides standardized APIs for programming test instruments\nfollowing the [Interchangeable Virtual Instrument (IVI) standard][ivi-specs].\n\n## Installation\n\n```bash\n$ go get github.com/gotmc/lxi\n```\n\n## Documentation\n\nDocumentation can be found at either:\n\n- \u003chttps://godoc.org/github.com/gotmc/lxi\u003e\n- \u003chttp://localhost:6060/pkg/github.com/gotmc/lxi/\u003e after running `$\ngodoc -http=:6060`\n\n## Contributing\n\nContributions are welcome! To contribute please:\n\n1. Fork the repository\n2. Create a feature branch\n3. Code\n4. Submit a [pull request][]\n\n### Testing\n\nPrior to submitting a [pull request][], please run the tests using either [GNU\nMake][make]:\n\n```bash\n$ make check\n$ make lint\n```\n\nor you can use [Just][]:\n\n```bash\n$ just check\n$ just lint\n```\n\nTo update and view the test coverage report using [Make][] run:\n\n```bash\n$ make cover\n```\n\nor you can use [Just][]:\n\n```bash\n$ just cover\n```\n\n## License\n\n[lxi][] is released under the MIT license. Please see the\n[LICENSE.txt][] file for more information.\n\n[godoc badge]: https://godoc.org/github.com/gotmc/lxi?status.svg\n[godoc link]: https://godoc.org/github.com/gotmc/lxi\n[ivi]: https://github.com/gotmc/ivi\n[ivi-foundation]: http://www.ivifoundation.org/\n[ivi-specs]: http://www.ivifoundation.org/specifications/\n[just]: https://just.systems/man/en/\n[LICENSE.txt]: https://github.com/gotmc/lxi/blob/master/LICENSE.txt\n[license badge]: https://img.shields.io/badge/license-MIT-blue.svg\n[lxi]: https://github.com/gotmc/lxi\n[make]: https://www.gnu.org/software/make/\n[pull request]: https://help.github.com/articles/using-pull-requests\n[report badge]: https://goreportcard.com/badge/github.com/gotmc/lxi\n[report card]: https://goreportcard.com/report/github.com/gotmc/lxi\n[scpi]: https://www.ivifoundation.org/About-IVI/scpi.html\n[visa]: https://github.com/gotmc/visa\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgotmc%2Flxi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgotmc%2Flxi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgotmc%2Flxi/lists"}