Home

Awesome

OpenSourceLogger

This is a data acquisition software made in C++ with ImGui framwork and OpenGL. The purpose with this software is to collect measurement data and store that data inside a database and also downloading measurement data from that database.

This software is no longer maintained. The work of OpenSourceLogger will be in https://github.com/DanielMartensson/GoobySoft

In order to use this software, the following need to be known:

Functionality

How to use this software

Building from source

Download Microsoft Visual Studio. I have been using Microsoft Visual Studio 2022 to create this software. You need a MSVC-compiler as well. The C++ standard of this project is C++20. Clone the project and run the .sln file.

Also install these following dependencies from vcpkg

VCPKG dependencies:

Run pre-built binaries

Inside x64/Release there is a file called OpenSourceLogger.exe. Run that.

Pictures

a

a

Status of the project