I have downloaded the latest bacnet4j ( 2016-05-18) from Sourceforge.
I have managed to compile the library file and attempted to test out some examples of using the library.
I see that there are a number of seemingly useful demo source files in the folder:
/src_test/com/serotonin/bacnet4j/test/"
However, when I tried to compile these files there are multiple compilation errors due to the fact that the library functions may have changed. E.g. IpNetwork() function in the library no longer accepts a single string variable whereas all the test programs still calling ipNetwork() function with a single string variable. There are also other errors.
I wonder if there are updated sample files that will compile properly when linked to the library? It makes it much easier to understand the program if we can compile and test the program without having to debug all the errors.
Thank you.