Does RTI DDS support bluetooth?

3 posts / 0 new
Last post
Offline
Last seen: 10 years 4 months ago
Joined: 09/29/2013
Posts: 5
Does RTI DDS support bluetooth?

I'd like to use RTI DDS in my video streaming project, is it possible?

Offline
Last seen: 3 years 9 months ago
Joined: 09/10/2010
Posts: 32

Hello,

    RTI DDS provides a "Pluggable Transport Framework" that enables the plugin of transports to the infrastructure.  We have transports built for UDP/IP, TCP/IP, Shared memory and others.  At this time, there is not a transport for native Bluetooth, however, one could be created within this framework.  If there were an IP interface in front of the BlueTooth interface, then this would certainly be a possibility.  We have run over Infiniband where there has been an IP interface in front of that transport.

Bert

Gerardo Pardo's picture
Offline
Last seen: 3 weeks 1 day ago
Joined: 06/02/2010
Posts: 601

Note that if there is an IP layer over bluetooth as the one described here http://bluez.sourceforge.net/contrib/HOWTO-PAN then there is no need to build a special trasnsport for RTI DDS. You could use the built-in transport as DDS will just see a normal IP interface.

If you are trying to communicat over bluetooth directlly without an IP layer, then you need to build a custom transport as Bert mentioned. This example on how to create a custom RTI DDS transport is a good place to get started.

Gerardo

 is an IP/sockets interface to the bluetooh