You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-10Lines changed: 21 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,30 @@
1
-
# BACnet Server Example Proprietary Property CSharp
1
+
# BACnet Server Example Proprietary Property C#
2
2
3
-
A basic BACnet IP server example written in CSharp using the [CAS BACnet Stack](https://www.bacnetstack.com/). In this example we show how to add a proprietary property to a device object.
3
+
A basic BACnet IP server example written in C# using the [CAS BACnet Stack](https://store.chipkin.com/services/stacks/bacnet-stack). We show how to add a proprietary property to a device object in this example.
4
4
5
+
## Releases
6
+
7
+
Build versions of this example can be downloaded from the [Releases](https://github.com/chipkin/BACnetServerExampleProprietaryPropertyCSharp/releases) page.
8
+
9
+
## Installation
10
+
11
+
Download the latest release zip file on the [Releases](https://github.com/chipkin/BACnetServerExampleProprietaryPropertyCSharp/releases) page.
12
+
13
+
## Usage
14
+
Pre-configured with the following example BACnet device and properties
A [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) project is included with this project. This project also auto built using [Gitlab CI](https://docs.gitlab.com/ee/ci/) on every commit.
10
22
23
+
1. Copy *CASBACnetStack_x64_Debug.dll*, *CASBACnetStack_x64_Debug.lib*, *CASBACnetStack_x64_Release.dll*, and *CASBACnetStack_x64_Release.lib* from the [CAS BACnet Stack](https://store.chipkin.com/services/stacks/bacnet-stack) project into the /bin/netcoreapp2.1/ folder.
24
+
2. Use [Visual Studio 2019](https://visualstudio.microsoft.com/vs/) to build the project. The solution can be found in the */BACnetServerExampleProprietaryPropertyCSharp/BACnetServerExample/* folder.
0 commit comments