IonizationChamber/Simulation
RobertGawron a984646a8b use docker 2024-12-11 16:01:55 +01:00
..
.gitignore use docker 2024-12-11 16:01:55 +01:00
README.md use docker 2024-12-11 16:01:55 +01:00
main.py use docker 2024-12-11 16:01:55 +01:00
physical_layer.py cleanup in order to be able to do #260 and #127 2021-08-07 17:36:56 +02:00

README.md

Simulation

Purpose

This simulation generates .csv data with random values. The purpose is to test processing scripts without requiring the actual device. It uses a real Python application but stubs the low-level Python module that communicates with the device.

Usage

Information on how to use this tool can be found in the "Building, running, and stopping a Docker image" and "Running Simulation" sections.