-
I had added PR #79 a year or two ago... one of the changes was to fix the 'shared port' functionality in the bacnet ip/udp module.
When I tried to upgrade to 2.0.4 recently, I found that that fun…
-
Hello,
I'm using BAC0 for logging data in SCADA-networks. High resolution of the measurement data is required for data analysis. Therefore, it should be possible to read data with one second per c…
-
**I'm submitting a ...**
## Feature
- ( x ) feature request
**What is the motivation / use case for changing the behavior?**
have been working with these nodes for some time now and e…
-
Thingsboard IOT gateway does not seem to detect bacnet device. The logs do not show any error. But if I use any other IP address other than 127.0.0.1/0.0.0.0 in the address of the general section like…
-
Hi!
We want to monitor devices using BACnet protocol.
We thought that we got it working downloading the bacnet-stack into a linux virtual machine and using bacrp command, but after a couple of…
-
Hi,
I'm trying to use the code in the `develop` branch and `master` branch.
In both cases, when I try the following code:
```python
import BAC0
bacnet = BAC0.connect()
bacnet.discover()
…
-
```
import BAC0, json
with open('parameters_copy.json') as f:
parameters = json.load(f)
my_ip = parameters["my_ip"]
bbmdIP = parameters["bbmdIP"]
bbmdTTL = parameters["bbmdTTL"]
bacnet = …
-
So I'm having a problem with the Yabe thermostat simulator (see [here ](https://sourceforge.net/projects/yetanotherbacnetexplorer/)for code) and the Chipkin device simulator (see [here ](https://githu…
-
### Why does the device-bacnet service fail to start ?
![image](https://user-images.githubusercontent.com/25273828/167982242-b169c61b-60ba-4868-bebb-012afc95c562.png)
### Execute comman…
-
I have a hvac project with bacnet, using rt-thread and lwip 2.0.3 on it.
when compile the code , blow error message showing,
```
CC build/bacnet-stack/ports/lwip/bip.o
bacnet-stack/ports/lwip…