📄️ Introduction
The HVAC simulator app runs on Windows, macOS, and Linux. The app is a console application that simulates the HVAC device. The app is written in C# and .NET 6.0. The repo contains both the source code and pre-built binaries for the HVAC simulator app. The pre-built binaries are located in the Publish folder. The binaries are built for the following platforms:
📄️ Configuration
Update the HVAC configuration file
📄️ Run the app
1. Open a command-line window and navigate to the DotnetClient/Publish folder.
📄️ Build the app
This is optional, if you'd prefer to build the hvac simulator app yourself, you can do so using the following instructions.