{"id":19838503,"url":"https://github.com/metal-stack/go-hal","last_synced_at":"2025-05-01T18:31:18.243Z","repository":{"id":37862098,"uuid":"240458227","full_name":"metal-stack/go-hal","owner":"metal-stack","description":"server hardware abstraction, tries to lower the burden of supporting different server vendors","archived":false,"fork":false,"pushed_at":"2025-03-11T07:42:06.000Z","size":1919,"stargazers_count":14,"open_issues_count":12,"forks_count":3,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-06T16:49:29.984Z","etag":null,"topics":["golang-library","hal","supermicro"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/metal-stack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-14T08:08:41.000Z","updated_at":"2025-01-31T15:59:41.000Z","dependencies_parsed_at":"2024-01-15T07:43:07.012Z","dependency_job_id":"2c9e8fc0-6f3b-40ed-9359-f4450e49ece0","html_url":"https://github.com/metal-stack/go-hal","commit_stats":null,"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metal-stack%2Fgo-hal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metal-stack%2Fgo-hal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metal-stack%2Fgo-hal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metal-stack%2Fgo-hal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/metal-stack","download_url":"https://codeload.github.com/metal-stack/go-hal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251924713,"owners_count":21666023,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["golang-library","hal","supermicro"],"created_at":"2024-11-12T12:17:58.899Z","updated_at":"2025-05-01T18:31:17.890Z","avatar_url":"https://github.com/metal-stack.png","language":"Go","readme":"# go-hal a hardware abstraction layer for servers\n\n[![GoDoc](https://godoc.org/github.com/metal-stack/go-hal?status.svg)](https://pkg.go.dev/github.com/metal-stack/go-hal)\n\ngo server hardware abstraction, tries to lower the burden of supporting different server vendors.\n\nExample usage:\n\n```golang\npackage main\n\nimport (\n    \"fmt\"\n    \"github.com/metal-stack/go-hal/detect\"\n)\n\nfunc main() {\n    smcInBand, err := detect.ConnectInBand()\n    if err != nil {\n        panic(err)\n    }\n\n    firmware, err := smcInBand.Firmware()\n    if err != nil {\n        panic(err)\n    }\n    fmt.Println(firmware)\n    // UEFI\n\n    err = smcInBand.PowerOff()\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetal-stack%2Fgo-hal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetal-stack%2Fgo-hal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetal-stack%2Fgo-hal/lists"}