Skip to content

A C++ implementation of a data-logger which reads values from sensors and other data-sources to store them in a InfluxDB database

Notifications You must be signed in to change notification settings

open-pete/DataLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataLogger

A C++ implementation of a data-logger which reads values from sensors and other data-sources to store them in a InfluxDB database

CPP2InfluxDB

C++ Implementation of database interface for an influx-database

Build Status Coverage Status

Requirements

  1. Installation of qt
  2. Installation of python3-pip and gitpython

Setup / Clone & Compile

# set variables
repoName="DataLogger"
repoURL="https://github.com/open-pete/DataLogger.git"
branch="master"
manifest="default.xml"

# clone this repository
git clone ${repoURL}
cd ${repoName}

# download all depency repos
git clone https://github.com/mezorian/EasyDepend.git
cp EasyDepend/*.py .
python3 example.py

# build
source /opt/qt55/bin/qt55-env.sh
/opt/qt55/bin/qmake
make clean
make

# run
./DataLogger

About

A C++ implementation of a data-logger which reads values from sensors and other data-sources to store them in a InfluxDB database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published