LSIR / gsn

Global Sensor Networks
GNU General Public License v3.0
58 stars 44 forks source link

support for unsigned values #24

Open ebiiii opened 10 years ago

ebiiii commented 10 years ago

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 8 years ago

GSN v2.0.0 will be needing at least Java 7. We are close to move to Java 8 soon.