Modular python based telemetry capture system. The goal is to provide an extensible telemetry capture system than can work with multiple types of input. Currently tested:
- Garmin GLO for GPS capture.
- Raspberry Pi Sense HAT for accelerometer data.
virtualenv --python=python2 --prompt="(rc-logger) " ./env
pip install -r requirements.txt