{"id":18344096,"url":"https://github.com/b0ch3nski/go-starlink","last_synced_at":"2025-04-06T07:32:59.369Z","repository":{"id":199183383,"uuid":"702201983","full_name":"b0ch3nski/go-starlink","owner":"b0ch3nski","description":"Simple Golang client to interact with SpaceX Starlink dish.","archived":false,"fork":false,"pushed_at":"2024-10-21T12:10:33.000Z","size":1787,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-30T10:04:49.569Z","etag":null,"topics":["golang","metrics","monitoring","spacex","spacex-api","starlink"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/b0ch3nski.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}},"created_at":"2023-10-08T19:34:04.000Z","updated_at":"2024-10-21T12:10:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"ff067efd-62b7-442d-8566-3d2352c137cf","html_url":"https://github.com/b0ch3nski/go-starlink","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"9297471832a039f4018f3f343048190f54356942"},"previous_names":["b0ch3nski/go-starlink"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b0ch3nski%2Fgo-starlink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b0ch3nski%2Fgo-starlink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b0ch3nski%2Fgo-starlink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b0ch3nski%2Fgo-starlink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/b0ch3nski","download_url":"https://codeload.github.com/b0ch3nski/go-starlink/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223245114,"owners_count":17112572,"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","metrics","monitoring","spacex","spacex-api","starlink"],"created_at":"2024-11-05T21:04:50.131Z","updated_at":"2024-11-05T21:04:50.750Z","avatar_url":"https://github.com/b0ch3nski.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-starlink\n[![license](https://img.shields.io/github/license/b0ch3nski/go-starlink)](LICENSE)\n[![commit](https://img.shields.io/github/last-commit/b0ch3nski/go-starlink/master)](https://github.com/b0ch3nski/go-starlink/commits/master)\n[![go.dev](https://pkg.go.dev/badge/github.com/b0ch3nski/go-starlink)](https://pkg.go.dev/github.com/b0ch3nski/go-starlink)\n[![goreportcard](https://goreportcard.com/badge/github.com/b0ch3nski/go-starlink)](https://goreportcard.com/report/github.com/b0ch3nski/go-starlink)\n[![issues](https://img.shields.io/github/issues/b0ch3nski/go-starlink)](https://github.com/b0ch3nski/go-starlink/issues)\n[![sourcegraph](https://sourcegraph.com/github.com/b0ch3nski/go-starlink/-/badge.svg)](https://sourcegraph.com/github.com/b0ch3nski/go-starlink)\n\nSimple Golang client to interact with SpaceX Starlink dish, based on Proto files acquired from Dishy itself using\n[GRPC Server Reflection][reflection] and [grpcurl][grpcurl] tool.\n\nFor a code generation procedure, see included [Makefile](Makefile).\n\n[reflection]: https://github.com/grpc/grpc/blob/master/doc/server-reflection.md\n[grpcurl]: https://github.com/fullstorydev/grpcurl\n\n## install\n\n```\ngo get github.com/b0ch3nski/go-starlink@latest\n```\n\n## example\n\n```go\nimport \"github.com/b0ch3nski/go-starlink/starlink\"\n\nctx := context.Background()\n\nstarlinkClient, _ := starlink.NewClient(ctx, starlink.DefaultDishyAddr)\nstarlinkStatus,_ := starlinkClient.Status(ctx)\n\nfmt.Println(starlinkStatus)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb0ch3nski%2Fgo-starlink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fb0ch3nski%2Fgo-starlink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb0ch3nski%2Fgo-starlink/lists"}