Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ Build versions of this example can be downloaded from the [Releases](https://git
## Installation

Download the latest release zip file on the [Releases](https://github.com/chipkin/BACnetClientExampleCSharp/releases) page.
Copy CASBACnetStack_x64_Release.dll from the CAS BACnet Stack into the release folder. Please contact Chipkin Automation Systems for access to the CAS BACnet Stack. Launch client by using the following command:
```
dotnet BACnetClientExampleCSharp.dll
```
Requires [.NET Core 3.0+](https://dotnet.microsoft.com/download)


## Usage
Expand Down