support for unsigned values
Opened this issue · 1 comments
ebiiii commented
when acquiring values from certain sensors it can be meaningful to process them as unsigned and store them this way to save space. Some tricks can be used to map for example unsigned int to long, and use them instead.
Java, before version 8, doesn't support unsigned numbers. But upgrading to java 8 would also need some work.
ebiiii commented
GSN v2.0.0 will be needing at least Java 7. We are close to move to Java 8 soon.