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:
- Windows x64
- Windows arm64
- osx.13 (Ventura) arm64
- osx.13 (Ventura) x64
- Linux x64
- Linux arm64
You can compile and run the app, or use the pre-built binaries. Choose the option you are most comfortable with.
The app can be easily extended to devices like the Raspberry Pi, be sure to read how to Build Raspberry Pi .NET IoT Applications.