Yarp: Yarp for C# (sender) and Java(receiver) - robot control

Created on 16 Sep 2016  路  3Comments  路  Source: robotology/yarp

Hello everybody,

I am going to make a network between C# and Java code as sender and receiver of an "String". I decided to use Yarp since it supports different platforms. Does anybody have a sample code or an instruction that helps on that?

Thanks in advance.

QSupport Answered

Most helpful comment

Hi,
First you need to compile the bindings for C# and Java, see http://www.yarp.it/yarp_swig.html
Then, there is example code for Java and C#

For sending strings around, just adapt the very simple example here.

Hope that helps.

All 3 comments

Hi,
First you need to compile the bindings for C# and Java, see http://www.yarp.it/yarp_swig.html
Then, there is example code for Java and C#

For sending strings around, just adapt the very simple example here.

Hope that helps.

@abolfazlzaraki Please let us know if @Tobias-Fischer reply is enough and if we can close this issue, or if you need more help.

Thanks @Tobias-Fischer. It works for me :)

Was this page helpful?
0 / 5 - 0 ratings