# Temperature Sensor Simulation Project
## Project Description
This project simulates temperature sensors
## Features
[TODO]
- Sensor initialization from configuration file
- Temperature data simulation
- Data validation and anomaly detection
- Data logging and storage
- Data smoothing algorithms
- Fault simulation
## Installation
1. Clone the repository
2. Ensure .NET SDK is installed
3. in terminal run `dotnet restore`
## Usage
[TODO]
## Configuration
[TODO]
## Testing
Run tests using:
```bash
dotnet test --collect:"XPlat Code Coverage"