Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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