Reducing the size of the BACnet jar file for embedded applications
-
How can we reduce the size of the BACnet jar file for embedded applications?
We really just want to get the Read Property for Present Values, but the BAcnet jar file is really large > 500K.
We would like to conveniently build the stack with less features supported but smaller size.
-
I suppose this would be matter of pretty much cutting out the functionality you don't need. Is you impl doing to reading, or being read?
-
The Java is doing simple unack ReadProperty and Write Property (mainly to Present Values of AV, BV, and MSV).