Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the-guild-of-calamitous-intent/gcigps
GPS NEMA message parser
https://github.com/the-guild-of-calamitous-intent/gcigps
cpp gps nema python
Last synced: about 2 months ago
JSON representation
GPS NEMA message parser
- Host: GitHub
- URL: https://github.com/the-guild-of-calamitous-intent/gcigps
- Owner: the-guild-of-calamitous-intent
- License: mit
- Created: 2023-08-13T16:43:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-15T04:02:45.000Z (11 months ago)
- Last Synced: 2024-03-15T05:45:00.472Z (10 months ago)
- Topics: cpp, gps, nema, python
- Language: C++
- Homepage:
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# gciGPS
- License: ![GitHub](https://img.shields.io/github/license/the-guild-of-calamitous-intent/gciGps)
- Python: ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/the-guild-of-calamitous-intent/gciGps/python.yaml)
![PyPI](https://img.shields.io/pypi/v/squaternion)
- C++: ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/the-guild-of-calamitous-intent/gciGps/cpp.yaml)**Under development**
Performs NEMA and MTK message parsing
## Other Libraries
- [ublox sfe lib](https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library)
- [ublox protocol](https://content.u-blox.com/sites/default/files/u-blox-M10-SPG-5.10_InterfaceDescription_UBX-21035062.pdf)## To Do
- [ ] Change name to `gciNEMA`?
- [ ] Better documentation
- [ ] Make C++ and Python libraries the same
- [ ] Fix Arduino compatability
- [ ] Setup Python testing
- [ ] Setup github actions for testing for both Python and C++
- [ ] clean up namespace better
- [ ] Fix arduino `keywords.txt`
- [ ] Make MTK more useable# MIT License
**Copyright (c) 2023 Kevin J. Walchko**
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.