{"id":37810127,"url":"https://github.com/ornen/go-xplane","last_synced_at":"2026-01-16T15:34:02.839Z","repository":{"id":12620463,"uuid":"72376598","full_name":"ornen/go-xplane","owner":"ornen","description":"X-Plane interface for Go","archived":false,"fork":false,"pushed_at":"2025-03-26T12:34:33.000Z","size":50,"stargazers_count":20,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-15T10:22:51.272Z","etag":null,"topics":["go","xplane"],"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/ornen.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}},"created_at":"2016-10-30T21:27:51.000Z","updated_at":"2025-06-15T13:06:32.000Z","dependencies_parsed_at":"2022-09-16T05:14:27.016Z","dependency_job_id":null,"html_url":"https://github.com/ornen/go-xplane","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ornen/go-xplane","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ornen%2Fgo-xplane","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ornen%2Fgo-xplane/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ornen%2Fgo-xplane/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ornen%2Fgo-xplane/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ornen","download_url":"https://codeload.github.com/ornen/go-xplane/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ornen%2Fgo-xplane/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: 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":["go","xplane"],"created_at":"2026-01-16T15:34:02.675Z","updated_at":"2026-01-16T15:34:02.805Z","avatar_url":"https://github.com/ornen.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-xplane\n\nThis is an interface to X-Plane for Go. The interface is functional and supports the basics, but does not cover all messages supported by X-Plane yet. Pull-requests are welcome.\n\n## Example\n```go\npackage main\n\nimport (\n        \"github.com/ornen/go-xplane\"\n        \"github.com/ornen/go-xplane/messages\"\n        \"log\"\n)\n\nfunc main() {\n        x := xplane.New(\"127.0.0.1:49000\", \":49003\")\n        x.Connect()\n\n        x.Send(messages.ThrottleCommandMessage{\n                Throttle: 1,\n        })\n\n        x.Send(messages.FlightControlMessage{\n                Elevator: 1,\n                Aileron:  -1,\n                Rudder:   0,\n        })\n\n        go x.Receive()\n\n        for {\n                message := \u003c-x.Messages\n\n                if message != nil {\n                        log.Printf(\"%+v\\n\", message)\n                }\n        }\n}\n```\n\n## License\n\nThis code is licensed under the Apache License 2.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fornen%2Fgo-xplane","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fornen%2Fgo-xplane","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fornen%2Fgo-xplane/lists"}