Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for unsigned values #24

Open
ebiiii opened this issue May 9, 2014 · 0 comments
Open

support for unsigned values #24

ebiiii opened this issue May 9, 2014 · 0 comments
Labels

Comments

@ebiiii
Copy link
Contributor

ebiiii commented May 9, 2014

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
Copy link
Contributor Author

ebiiii commented Jul 14, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant