{"id":20358334,"url":"https://github.com/ntkot/mtk3339_serial","last_synced_at":"2026-05-06T15:43:15.602Z","repository":{"id":253833634,"uuid":"844671078","full_name":"NTkot/mtk3339_serial","owner":"NTkot","description":"Library package for serial communication with MTK3339 GPS sensor","archived":false,"fork":false,"pushed_at":"2024-08-19T19:29:46.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T01:43:55.754Z","etag":null,"topics":["adafruit-gps","adafruit-gps-breakout","cpp","gps","mtk3339","raspberry-pi","serial","serial-communication","serialport","yaml"],"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/NTkot.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":"2024-08-19T18:28:18.000Z","updated_at":"2024-08-26T16:49:02.000Z","dependencies_parsed_at":"2024-08-21T00:34:12.813Z","dependency_job_id":null,"html_url":"https://github.com/NTkot/mtk3339_serial","commit_stats":null,"previous_names":["ntkot/mtk3339_serial"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NTkot%2Fmtk3339_serial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NTkot%2Fmtk3339_serial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NTkot%2Fmtk3339_serial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NTkot%2Fmtk3339_serial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NTkot","download_url":"https://codeload.github.com/NTkot/mtk3339_serial/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241895369,"owners_count":20038512,"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":["adafruit-gps","adafruit-gps-breakout","cpp","gps","mtk3339","raspberry-pi","serial","serial-communication","serialport","yaml"],"created_at":"2024-11-14T23:26:28.827Z","updated_at":"2026-05-06T15:43:10.582Z","avatar_url":"https://github.com/NTkot.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MTK3339 - Serial\n\nThis is a C++ library meant for serial communication with the GPS sensor MTK3339, like the one found in the popular [Adafruit Ultimate GPS v3 module](https://www.adafruit.com/product/746). Suitable for use with Raspberry Pi and similar projects.\n\n## Config\n\nThe library contains YAML parsing functionality to configure the sensor. Options include:\n- Serial port device file (e.g. \"/dev/ttyS0\")\n- Serial port baud rate (e.g. 57600)\n- Sensor update period (e.g. 200ms)\n- Which GPS messages (e.g. [GPRMC](https://docs.novatel.com/OEM7/Content/Logs/GPRMC.htm)) will be generated every period\n- SBAS (Satellite-based Augmentation System) options\n\n## Dependencies\n\n- For parsing YAML files package uses [yaml-cpp](https://github.com/jbeder/yaml-cpp). It can be installed either following the steps on the repo link, or by running:\n```bash\nsudo apt-get install libyaml-cpp-dev\n```\n\n- Last dependency is [libnmea](https://github.com/jacketizer/libnmea). Installation instruction can be found on the repo link.\n\n## Examples\n\nExample files and usage can be found under **examples** folder. Just run `make` command inside it and executables will be generated.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntkot%2Fmtk3339_serial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fntkot%2Fmtk3339_serial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntkot%2Fmtk3339_serial/lists"}