Stephen Dawson-Haggerty
Stephen Dawson-Haggerty
I'm pretty sure that printing readrange data wasn't implemented; this adds it by adding a new structure to hold ReadRange data and then mapping it to BACNET_APPLICATION_DATA_VALUE. It seems like...
Unless I am missing something, the documentation mentions supporting reading signed integers; but there's no ReadInt16/ReadInt32 method in the client.
This is mostly to see if you're interested in supporting python bindings. I wrote some typemaps that do a pretty decent (zero-copy!) job of it if you use numpy matrices....
I'd like to get some feedback on this -- the basics seem pretty straightforward and I'd like see if there's anything I missed. I need to figure out what to...