Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (23 loc) · 573 Bytes

File metadata and controls

29 lines (23 loc) · 573 Bytes

BACnetClientExamplePython2.7

Required Files

Make sure to add the CASBACnetStack_x64_Debug.dll into the source directory.

Installing Requirements

Windows

pip install -r requirements.txt

Linux

pip2 install -r requirements.txt

Running the client

Windows

python BACnetClientExample.py {IPAddress}

Be sure to remove the {} in the actual command.

Linux

python3 BACnetClientExample.py {IPAddress}

Be sure to remove the {} in the actual command.