Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gzhouct/gzat
Portable AT command parsing library
https://github.com/gzhouct/gzat
Last synced: 28 days ago
JSON representation
Portable AT command parsing library
- Host: GitHub
- URL: https://github.com/gzhouct/gzat
- Owner: gzhouct
- License: mit
- Created: 2020-08-05T00:26:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-09T21:07:29.000Z (over 4 years ago)
- Last Synced: 2024-09-29T02:31:37.172Z (5 months ago)
- Language: C++
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-embedded-software - gzat - Portable AT command parsing library in C++ language. (Protocols / Protocol Parsers)
README
# gzat
Portable AT command parsing library in C++ language.## Introduction
This library is developed for AT command client to parse responses from AT command server.## Build
`mkdir build`
`cd build`
`cmake ..`
`make`## Test
Unit test in this project is done via GTEST framework. It is built as binary gzat_test.## Authors
* **Guanyu Zhou**
See also the list of [contributors](https://github.com/gzhouct/gzat/contributors) who participated in this project.
## License
This project is licensed under MIT License - see the [LICENSE](LICENSE) file for details