Need help VRPN JAVA-howto receive stimulation from Java code

Concerning processing components: filters, file load/save, visualizations, communication ...
Post Reply
hatma
Posts: 12
Joined: Wed May 08, 2013 11:10 pm

Need help VRPN JAVA-howto receive stimulation from Java code

Post by hatma »

dear all..

I have been trying to develop a car driving simulator (to monitor driver's brain activity).

when the car collide wih obstacle, it has to send stimulation data to Openvibe, so we can record the precise time when the collision occur.

I have download the vrpn 07.30 , compile it, and succeed running the example.


But I still confuse how to send stimulation from Java code to Openvibe.

need help please :(
thanks

hatma

jlegeny
Posts: 239
Joined: Tue Nov 02, 2010 8:51 am
Location: Mensia Technologies Paris FR
Contact:

Re: Need help VRPN JAVA-howto receive stimulation from Java

Post by jlegeny »

Hello,

if you can run a VRPN button server in you Java program, then you can use the VRPN Client box inside openvibe to listen to the button presses and assign stimulations to them.

Regards
Jozef

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

Re: Need help VRPN JAVA-howto receive stimulation from Java

Post by morozov »

hatma, did you have any success with your approach?

I'm trying to do something very similar, just as jlegeny suggested, but can't find a method to send stimulation data from java_vrpn.

thanks!
Alex

Edit:
Should anyone ever come across this, here's a java vrpn server solution:
https://github.com/worosom/java_vrpn

Post Reply