Hello, I am looking into Revolution Pi and was wondering if java applications would work on it, including all expansion modules. Is it possible to do this and how would one go about making this work on the Revolution Pi, i have used Java on raspberry pi with Pi4J.
Many Thanks
Java for Revolution Pi?
I can't find the sourcecode how elbfisch is accessing the digital inputs/outputs. In the example you linked they use a package "org.jpac.vioss.revpi", but the github project https://github.com/mskgmbh/elbfisch/tre ... a/org/jpac
does not have this package (it seems the sourcecode published there is two years old). So your answer is useless.
I have a DIO module and would like to get the outputs, my options are
A) Are the module i/o's somehow connected to the raspis gpio, then i could use general java packages for raspi
B) If not, is there a ready made java api where i can access your "Internal address space"? Where can i find examples? (I could use the JNA Api to access c api calls instead, but this is tedious: where are the c lib examples / API doc?)
C) If no java api is available yet, when do you plan to provide one?
Thank you very much!
Christoph
does not have this package (it seems the sourcecode published there is two years old). So your answer is useless.
I have a DIO module and would like to get the outputs, my options are
A) Are the module i/o's somehow connected to the raspis gpio, then i could use general java packages for raspi
B) If not, is there a ready made java api where i can access your "Internal address space"? Where can i find examples? (I could use the JNA Api to access c api calls instead, but this is tedious: where are the c lib examples / API doc?)
C) If no java api is available yet, when do you plan to provide one?
Thank you very much!
Christoph
A) Unfortunately, you cannot use the general Java packages because the GPIO are used for other things. See Schematic drawings RevPi Core.
B) No
C) We do not plan to provide a Java API in the near future.
B) No
C) We do not plan to provide a Java API in the near future.