Stephen Dawson-Haggerty
Stephen Dawson-Haggerty
The standard specifies ... "There shall be exactly one Device object in each BACnet Device" (\S 12.11). You have to have multiple device servers to achieve this, perhaps on different...
I have a working branch here, if anyone wants a look or wants to contribute. https://github.com/stevedh/bacnet-stack/commits/feature/sc
This also occurs in Ubuntu 21 which has gcc 10.3.0. I agree it can be worked around with those error directives. I am not sure that is the right solution...
8a2d3e6 resolves the deallocation issue; before we were indeed just never freeing the memory allocated as return values. Also, PIC is required for building a python extension. a01b9b4 shows where...
It's kind of a swig convention -- it compiles the actual c code into a shared library named _cork.so, and generates a python module named cork.py that does some type...
To be honest, the whole idea of using check ended up being kind of a pain -- I think adding the dependency is more trouble that it's really worth for...
I think once you get into that you might be better off using postgres with the hstore or json column types; they're probably going to be way more optimized than...
No problem! I agree with you on most of the points actually, was just trying to get something quick and dirty out there to see if the project is active....