Skip to content
This repository has been archived by the owner on Oct 14, 2019. It is now read-only.

3ll3d00d/vibe

Repository files navigation

Vibe

Continuous Integration

Code Coverage

Code Health

readthedocs

An vibration analysis measurement suite with a web ui.

Install from pypi as:

$ pip install vibe-recorder
$ pip install vibe-analyser

The recorder goes on your rpi, the analyser on any computer you like. Visit http://vibe.readthedocs.io/en/latest/ for full details.

What is it?

Analyser

The analyser is responsible for:

  • specifying the configuration of the measurement system (sample rate, sensitivity)
  • ensuring that all connected recorders are at that target (or marked as invalid if not)
  • scheduling measurements
  • collecting and storing measurement data
  • analysing data
  • providing a UI

There is 1 analyser service in the system.

Recorder

The recorder is responsible for:

  • managing the connected IMU
  • maintaining its state with the analyser
  • recording data and sending it to the analyser