sending data

Come here to discuss about OpenViBE in general!
Post Reply
hamed
Posts: 15
Joined: Thu Feb 09, 2017 4:58 pm

sending data

Post by hamed »

Hi all

I have a problem about sending data from OpenVibe to another software
How can i send value 1 from openvibe to 127.0.0.1 port 3000
I used OSC but OSC send another thing.
In VPRN i don't know how can i set 127.0.0.1 and 3000
Could you please help me
Attachments
vrpn.jpg
vrpn.jpg (32.87 KiB) Viewed 4481 times

tgaugry
Posts: 68
Joined: Thu Feb 09, 2017 10:17 am

Re: sending data

Post by tgaugry »

Hi,

Are you sure your receiving application is decoding correctly ?

You could also use OSC, and interpret this "other thing" as 1.

Cheers,

hamed
Posts: 15
Joined: Thu Feb 09, 2017 4:58 pm

Re: sending data

Post by hamed »

I used UDP Test Tool for analyzing OSC output
one of this images is during OSC sending 1
Attachments
b1.jpg
b1.jpg (237.27 KiB) Viewed 4477 times
b2.jpg
b2.jpg (244.46 KiB) Viewed 4477 times

tgaugry
Posts: 68
Joined: Thu Feb 09, 2017 10:17 am

Re: sending data

Post by tgaugry »

Hi,
From what i see, this seems correct by OSC standard.

It use bundle command (23 62 75 6E 64 6C 65 00) followed by informations relative to the commands, things like command size (00 00 00 00 00 00 00 01 00 00 00 10).
Then we get an actual command (2F 61 2F 63 00 00 2C 69 00 00 00 00 01), sending integer (2C 69) to /a/c (2F 61 2F 63) with the value 1 (00 00 00 01).

Please check how you do osc decoding.

Post Reply