Receive stimulations from java over VRPN

Concerning processing components: filters, file load/save, visualizations, communication ...
Post Reply
morozov
Posts: 5
Joined: Tue Jun 17, 2014 2:19 pm

Receive stimulations from java over VRPN

Post by morozov »

I'm trying to use VRPN to send stimulation data from my Java application to OpenViBE.

I can receive analog and button data in Java from the VRPN server included in OpenVibe,
- using java_vrpn and the included test classes (AnalogTest.java, ButtonTest.java).

The examples included in java_vrpn only provide a possibility to send text messages though -

How do I send button data from a Java VRPN server, in order to use it for stimulations in OpenViBE?

Please, any help would be greatly appreciated!

All the discussions related to this don't even seem to show any evidence if this is possible using Java.

morozov
Posts: 5
Joined: Tue Jun 17, 2014 2:19 pm

Re: Receive stimulations from java over VRPN

Post by morozov »

I ported the Android vrpn server included the comp523android for the use in native Java -

The resulting library is available here:
https://github.com/worosom/java_vrpn
(work in progress)

Hope this helps anyone!

Post Reply