Routing Service SocketAdapter in Java language

2 posts / 0 new
Last post
Offline
Last seen: 1 year 10 months ago
Joined: 02/25/2019
Posts: 13
Routing Service SocketAdapter in Java language

Hello

i want to create a routing service socketadapter in java language, which reads data from socket (Non-DDS) and publish in DDS domain and vice versa. Is it possible in java using RTI dds routing service. i tried to find an example or tutorial for this task. But nothing is available in java. Only available in C++.

Offline
Last seen: 2 months 2 weeks ago
Joined: 04/02/2013
Posts: 194

Hi,

You can modify the example in <home directory>/rti_workspace/<version>/examples/routing_service/adapters/tutorial/Java/

This example shows how to build a Java adapter. The example reads and writes from files, but it can be modified to read and write from a socket.

Alex