{"id":22471997,"url":"https://github.com/huming2207/on9nmea","last_synced_at":"2026-02-14T02:41:51.801Z","repository":{"id":214258944,"uuid":"735430764","full_name":"huming2207/on9nmea","owner":"huming2207","description":"Dumb \u0026 Tiny (1.1KB) FSM-based NMEA parser for embedded devices","archived":false,"fork":false,"pushed_at":"2024-09-24T05:37:49.000Z","size":20,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-04T09:00:03.351Z","etag":null,"topics":["c","cpp","nmea","nmea-parser","nmea-sentences","nmea0183"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/huming2207.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-12-24T22:50:30.000Z","updated_at":"2024-10-01T03:43:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"bf4d3f4e-c457-46c5-a2cf-d251361dedc3","html_url":"https://github.com/huming2207/on9nmea","commit_stats":null,"previous_names":["huming2207/on9nmea"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/huming2207/on9nmea","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huming2207%2Fon9nmea","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huming2207%2Fon9nmea/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huming2207%2Fon9nmea/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huming2207%2Fon9nmea/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/huming2207","download_url":"https://codeload.github.com/huming2207/on9nmea/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huming2207%2Fon9nmea/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29432547,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T02:20:56.896Z","status":"ssl_error","status_checked_at":"2026-02-14T02:11:29.478Z","response_time":53,"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":["c","cpp","nmea","nmea-parser","nmea-sentences","nmea0183"],"created_at":"2024-12-06T12:09:17.234Z","updated_at":"2026-02-14T02:41:51.753Z","avatar_url":"https://github.com/huming2207.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# On9 NMEA\n\nDumb \u0026 tiny state machine based NMEA parser\n\n\"[On 9](https://en.wiktionary.org/wiki/on9)\" is an informal abbreviation of \"戆鸠\" in Cantonese, which means \"dumb\"\n\nThis library does NOT have any C standard library used. Only `size_t` and `uintXX_t` types used.\n\nCurrently, this library only supports RMC and GGA sentences.\n\n## Usage\n\n0. Copy `on9nmea.c` and `on9nmea.h` to your project, or clone this repo as a submodule\n1. Initialise the context by `on9_nmea_init()`\n2. Call `on9_nmea_feed_char()` till it returns `ON9_NMEA_STATE_DONE` or `ON9_NMEA_STATE_ERROR_*`\n\n## Size\n\nAs of commit [99b8ee66eabf6](https://github.com/huming2207/on9nmea/tree/99b8ee66eabf6381f98a952cdfdd2ef94f613773), compiled with ESP-IDF v5.1.2 + esp-12.2.0_20230208 toolchain for ESP32-S3 in `-Os`:\n\n- `.text`\n  - 1119 bytes\n- `.rodata`\n  - 44 bytes\n\n## License\n\nMIT or Apache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuming2207%2Fon9nmea","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuming2207%2Fon9nmea","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuming2207%2Fon9nmea/lists"}