{"id":16327266,"url":"https://github.com/bryopsida/dotnetnmea","last_synced_at":"2026-04-19T21:06:38.727Z","repository":{"id":40261751,"uuid":"239039529","full_name":"bryopsida/DotnetNMEA","owner":"bryopsida","description":"NMEA 0183 parsing library ","archived":false,"fork":false,"pushed_at":"2025-10-08T04:07:19.000Z","size":264,"stargazers_count":6,"open_issues_count":7,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T06:09:33.360Z","etag":null,"topics":["dotnet-core","nmea-parsing-library","nmea-sentences","nmea0183","nuget"],"latest_commit_sha":null,"homepage":"","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/bryopsida.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-02-07T23:19:06.000Z","updated_at":"2025-10-08T04:07:04.000Z","dependencies_parsed_at":"2023-10-16T10:28:08.304Z","dependency_job_id":"5e089f6b-7df4-46a1-bd1d-4717803cdfc4","html_url":"https://github.com/bryopsida/DotnetNMEA","commit_stats":{"total_commits":220,"total_committers":6,"mean_commits":"36.666666666666664","dds":"0.42727272727272725","last_synced_commit":"3389e4a8f5589bef4242a065b48af9f67fa44334"},"previous_names":["akboyd88/dotnetnmea"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/bryopsida/DotnetNMEA","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryopsida%2FDotnetNMEA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryopsida%2FDotnetNMEA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryopsida%2FDotnetNMEA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryopsida%2FDotnetNMEA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bryopsida","download_url":"https://codeload.github.com/bryopsida/DotnetNMEA/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryopsida%2FDotnetNMEA/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009042,"owners_count":26084547,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"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":["dotnet-core","nmea-parsing-library","nmea-sentences","nmea0183","nuget"],"created_at":"2024-10-10T23:10:53.964Z","updated_at":"2025-10-11T22:15:09.120Z","avatar_url":"https://github.com/bryopsida.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DotnetNMEA\n \n## NMEA parsing library \n \n## Supported NMEA 0183 Sentences\n| Sentence Type        | Full Support           | Partial Support  |\n| ------------- |:-------------:| -----:|\n| GGA      | :heavy_check_mark:  |  |\n| RMC    | :heavy_check_mark: |   |\n| GLL | :heavy_check_mark: |  |\n| GSA | :heavy_check_mark: | |\n| GSV |  | :heavy_check_mark: |\n\n\n## Example Usage\n\n```c#\n\nINMEA0183Parser parser = new NMEA0183Parser();\n\nReadOnlySpan\u003cchar\u003e exampleMessage = \n    \"$GPRMC,215236.000,A,2006.5938,N,09844.6060,W,0.38,343.75,150919,,,A*70\";\n\nswitch(mess.Type)\n{\n    case MessageType.RMC:\n    RMCMessage mess = parser.Parse(exampleMessage) as RMCMessage;\n    //do something with message\n    break;\n}\n```\n\n## Help Wanted\n\nDevice access for testing has been limited so if you have additional NMEA message examples that are not currently supported please submit an issue containing the message string.  Pull requests, suggestions, and requests are always welcome.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryopsida%2Fdotnetnmea","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbryopsida%2Fdotnetnmea","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryopsida%2Fdotnetnmea/lists"}