{"id":24192706,"url":"https://github.com/bryopsida/DotnetNMEA","last_synced_at":"2025-09-21T16:32:22.371Z","repository":{"id":40261751,"uuid":"239039529","full_name":"bryopsida/DotnetNMEA","owner":"bryopsida","description":"NMEA 0183 parsing library ","archived":false,"fork":false,"pushed_at":"2025-01-10T17:01:03.000Z","size":220,"stargazers_count":6,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-13T03:12:13.071Z","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}},"created_at":"2020-02-07T23:19:06.000Z","updated_at":"2025-01-10T17:00:56.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":null,"previous_names":["akboyd88/dotnetnmea"],"tags_count":4,"template":false,"template_full_name":null,"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","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233770336,"owners_count":18727558,"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":["dotnet-core","nmea-parsing-library","nmea-sentences","nmea0183","nuget"],"created_at":"2025-01-13T16:19:57.494Z","updated_at":"2025-09-21T16:32:17.100Z","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"}