{"id":51162427,"url":"https://github.com/timbergus/gps-playground","last_synced_at":"2026-06-26T15:02:11.028Z","repository":{"id":74407736,"uuid":"410401803","full_name":"timbergus/gps-playground","owner":"timbergus","description":"It is a simple playground to experiment with GPS data.","archived":false,"fork":false,"pushed_at":"2024-03-01T22:30:59.000Z","size":9395,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-14T19:27:59.323Z","etag":null,"topics":["cpp20","gps-data"],"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/timbergus.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}},"created_at":"2021-09-25T23:17:12.000Z","updated_at":"2021-12-27T01:06:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"f21c8e85-f2ef-4390-9e1d-b0b8deef6b6b","html_url":"https://github.com/timbergus/gps-playground","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/timbergus/gps-playground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbergus%2Fgps-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbergus%2Fgps-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbergus%2Fgps-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbergus%2Fgps-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timbergus","download_url":"https://codeload.github.com/timbergus/gps-playground/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbergus%2Fgps-playground/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34821764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-26T02:00:06.560Z","response_time":106,"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":["cpp20","gps-data"],"created_at":"2026-06-26T15:02:04.709Z","updated_at":"2026-06-26T15:02:11.023Z","avatar_url":"https://github.com/timbergus.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GPS Playground\n\nSimple playground to experiment with GPS data.\n\nIt has a main program that runs the example, and a GPS module that deals with the GPS data.\n\n- `app/main.cpp`\n- `include/gps.h`\n\nThis module uses different modules to parse the GPS data, according to the NMEA standards, and a utils library for minor tasks.\n\n- `include/rmc.h`\n- `include/utils.h`\n\nI'm building this project to use it to parse GPS data from a GPS unit attached to a BeagleBone Blue in real time, and learn C++ along the way.\n\n## Clean\n\n```bash\nmake clean\n```\n\n## Init\n\n```bash\nmake init\n```\n\n## Build \u0026 Run\n\n```bash\nmake project \u0026\u0026 make start\n```\n\n## Data\n\nIt uses randomly generated data stored in `src/data/samples.txt`. It's a file with a sample per line.\n\n## Libraries\n\nTo use [`format`](https://github.com/fmtlib/fmt), you need to install it with `brew` (maybe cloning it on Windows, or using something like [Conan](https://conan.io/)).\n\n## Resources\n\n[C++11/C++14 7. THREADS WITH SHARED MEMORY AND MUTEX - 2020](https://www.bogotobogo.com/cplusplus/C11/7_C11_Thread_Sharing_Memory.php)\n\n[Effective Modern C++:multi-threading](https://www.wangxinliu.com/tech/program/ModernCpp9/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimbergus%2Fgps-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimbergus%2Fgps-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimbergus%2Fgps-playground/lists"}