Simple project that shows how to use the library nmealib
Clone the repository with the following command:
git clone https://github.com/fliuzzi02/using-nmealib.gitThen build the project with the following commands:
cmake -S . -B build
cmake --build buildRun the executable with the following command:
./build/packExampleor
./build/unpackExample