Home > Software design >  Using OpenDDS with Qt6
Using OpenDDS with Qt6

Time:12-19

Can someone guide me on how to use OpenDDS with Qt6? I need to make a Chatroom application on Qt with the help of OpenDDS and I can't find any learning material for that.

CodePudding user response:

OpenDDS has a demo used to demonstrate interoperability with other DDS implementations that uses Qt that could serve as an example. It's Qt 5 though, we haven't updated it to Qt 6 yet. There's also some more information about OpenDDS and Qt listed here.

  • Related