{"id":20862367,"url":"https://github.com/tearth/.net-launch-dashboard","last_synced_at":"2026-05-09T05:03:20.390Z","repository":{"id":88794999,"uuid":"244046925","full_name":"Tearth/.NET-Launch-Dashboard","owner":"Tearth","description":".NET wrapper for Launch Dashboard API.","archived":false,"fork":false,"pushed_at":"2020-07-26T11:32:37.000Z","size":333,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-29T08:38:25.293Z","etag":null,"topics":["api-wrapper","csharp","dotnet","rocket","telemetry","wrapper"],"latest_commit_sha":null,"homepage":null,"language":"C#","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/Tearth.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":"2020-02-29T21:52:00.000Z","updated_at":"2021-07-15T17:00:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"f76705ad-fe61-47a0-8cb6-61df38edb1fb","html_url":"https://github.com/Tearth/.NET-Launch-Dashboard","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Tearth/.NET-Launch-Dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tearth%2F.NET-Launch-Dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tearth%2F.NET-Launch-Dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tearth%2F.NET-Launch-Dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tearth%2F.NET-Launch-Dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tearth","download_url":"https://codeload.github.com/Tearth/.NET-Launch-Dashboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tearth%2F.NET-Launch-Dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32807861,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["api-wrapper","csharp","dotnet","rocket","telemetry","wrapper"],"created_at":"2024-11-18T05:20:59.285Z","updated_at":"2026-05-09T05:03:20.373Z","avatar_url":"https://github.com/Tearth.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# .NET Launch Dashboard\n[![NuGet](https://img.shields.io/nuget/v/DotNETLaunchDashboard.svg)](https://github.com/Tearth/.NET-Launch-Dashboard/releases)\n[![Downloads](https://img.shields.io/nuget/dt/DotNetLaunchDashboard.svg)](https://www.nuget.org/packages/DotNetLaunchDashboard/)\n[![Build](https://travis-ci.org/Tearth/.NET-Launch-Dashboard.svg?branch=develop)](https://travis-ci.org/Tearth/.NET-Launch-Dashboard)\n[![Issues](https://img.shields.io/github/issues/Tearth/.NET-Launch-Dashboard.svg)](https://github.com/Tearth/.NET-Launch-Dashboard/issues)\n[![Stars](https://img.shields.io/github/stars/Tearth/.NET-Launch-Dashboard.svg)](https://github.com/Tearth/.NET-Launch-Dashboard/stargazers)\n[![License](https://img.shields.io/github/license/Tearth/.NET-Launch-Dashboard.svg)](https://github.com/Tearth/.NET-Launch-Dashboard/blob/master/LICENSE)\n[![Doxygen](https://img.shields.io/badge/Doxygen-gh--pages-blue)](https://tearth.github.io/.NET-Launch-Dashboard/)\n\nWrapper for **[Launch Dashboard API](https://github.com/shahar603/Launch-Dashboard-API)** project, providing information about the telemetry of launching rockets. To learn more, you can use **[Doxygen](https://tearth.github.io/.NET-Launch-Dashboard/)** or directly **[documentation of the API](https://github.com/shahar603/Launch-Dashboard-API/wiki)** (method names are very familiar with endpoints).\n\n# Installation\n * download from NuGet: **https://www.nuget.org/packages/DotNetLaunchDashboard/**\n\nor\n\n * search \"DotNetLaunchDashboard\" in Package Manager\n\nor\n\n * run `Install-Package DotNetLaunchDashboard` in the Package Manager Console\n\n\n# Minimal requirements\nLibrary is built on [.NET Standard 2.0](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) which contains support for:\n * .NET Framework 4.6.1 or higher\n * .NET Core 2.0 or higher\n * Mono 5.4 or higher\n * Xamarin.iOS 10.14 or higher\n * Xamarin.Mac 3.8 or higher\n * Xamarin.Android 8.0 or higher\n * Universal Windows Platform 10.0.16299 or higher\n\n**External dependencies:**\n * [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json)\n * [SocketIOClient](https://github.com/doghappy/socket.io-client-csharp)\n\n# Example usage\n```csharp\nusing System;\nusing System.Threading.Tasks;\nusing DotNetLaunchDashboard;\nusing DotNetLaunchDashboard.Live;\n\nnamespace ExampleApp\n{\n    class Program\n    {\n        static async Task Main()\n        {\n            var liveTelemetry = new LiveTelemetry();\n            liveTelemetry.OnConnected += (sender, args) =\u003e Console.WriteLine(\"Connected to the live telemetry stream\");\n            liveTelemetry.OnClosed += (sender, args) =\u003e Console.WriteLine($\"Disconnected from the live telemetry stream (reason: {args})\");\n            liveTelemetry.OnError += (sender, args) =\u003e Console.WriteLine($\"Error: {args.Text}\");\n            liveTelemetry.OnRawTelemetry += (sender, args) =\u003e\n                Console.WriteLine($\"Raw: time: {args.Time}, \" +\n                                  $\"alt: {args.Altitude}, \" +\n                                  $\"vel: {args.Velocity}\");\n            liveTelemetry.OnAnalysedTelemetry += (sender, args) =\u003e\n                Console.WriteLine($\"Analysed: time: {args.Time}, \" +\n                                  $\"alt: {args.Altitude}, \" +\n                                  $\"vel: {args.Velocity}, \" +\n                                  $\"velX: {args.VelocityX}, \" +\n                                  $\"velY: {args.VelocityY}, \" +\n                                  $\"dDist: {args.DownrangeDistance}, \" +\n                                  $\"angle: {args.Angle}, \" +\n                                  $\"q: {args.Q}\");\n            await liveTelemetry.StartAsync();\n            \n            var launchDashboardCore = new LaunchDashboardCore();\n            var result1 = await launchDashboardCore.Info().ExecuteAsync();\n            var result2 = await launchDashboardCore.Analysed(\"spacex\").WithFlightNumber(80).ExecuteAsync();\n            var result3 = await launchDashboardCore.Events(\"spacex\").WithFlightNumber(80).ExecuteAsync();\n            var result4 = await launchDashboardCore.Launches(\"spacex\").WithFlightNumber(80).ExecuteAsync();\n            var result5 = await launchDashboardCore.Raw(\"spacex\")\n                .WithStart(10)\n                .WithEnd(20)\n                .WithInterval(1)\n                .WithFlightNumber(80)\n                .ExecuteAsync();\n\n            Console.Read();\n        }\n    }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftearth%2F.net-launch-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftearth%2F.net-launch-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftearth%2F.net-launch-dashboard/lists"}