Skip to content

mathisloge/device-tester_o

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Device tester

Introduction

This program can be used to view the output of serial ports, display GNSS output or view protocol contents.

Plugins

Plugins for protocols and data flow are currently in alpha stage.

Protocols

Currently under plugins/protocol. Will be pulled out into an own repository.

Build

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 ..

Acknowledgments

Thanks to mosra for creating the graphics middleware Magnum @ Github - Website.

Thanks to omar for the UI Library Dear ImGui and ImGui Club.

Thanks to epezent for creating the graph library ImPlot

Thanks to Nelarius for the visual node graph implementation imnodes

Screenshots