Skip to content

The server made with FastAPI in python is created for a project with a CR1000 datalogger with 2 tri-axis accelerometers and 1 thermocouple

Liam-Eime/Python-Web-Application-FastAPI-Datalogging

Repository files navigation

Python web application for CR1000 data logger data retrieval

Python web application for a CR1000 data logger to send accelerometer and thermocouple data.
Program also includes a plotting.py script to plot the data as it is received by the Python web application.

FastAPI

Uses FastAPI to build an API:

Uvicorn

Uses Uvicorn for running the Python web application

Main

main.py must be run using uvicorn as a FastAPI application.

Plotting

plotting.py can be run separately from main.py as a Python file, to plot the data as it is received by the web application running on main.py.

Author and Date

Author: Liam Eime
Date: 12/12/2023

About

The server made with FastAPI in python is created for a project with a CR1000 datalogger with 2 tri-axis accelerometers and 1 thermocouple

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages