Table of Contents
This program can be used to view the output of serial ports, display GNSS output or view protocol contents.
Plugins for protocols and data flow are currently in alpha stage.
(core for all plugins: https://github.com/mathisloge/dt-dataflow)
A quickstart template: https://github.com/mathisloge/dt-dataflow-plugin-template
git clone --recursive https://github.com/mathisloge/gps-tester.git
cd gps-tester
./vcpkg/bootstrap-vcpkg.(sh on Linux, bat on Windows)
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../vcpkg/scripts/buildsystems/vcpkg.cmake ..
Thanks to mosra for creating the graphics middleware Magnum @ Github - Website.
Thanks to omar for the UI Library Dear ImGui and ImGui Club.