Portable AT command parsing library in C++ language.
This library is developed for AT command client to parse responses from AT command server.
mkdir build
cd build
cmake ..
make
Unit test in this project is done via GTEST framework. It is built as binary gzat_test.
- Guanyu Zhou
See also the list of contributors who participated in this project.
This project is licensed under MIT License - see the LICENSE file for details