Hello Everyone,
I am just exploring RTI DDS and is planning to use it for communication framework at out company for distributed control projects. I have gone through the C source examples after the installation of connext dds evaluation. But i would like to see some real world use case example. I came across the ni use case examples form RTI website which are coded in C++. I was wondering if there are any C examples as we use C at the company. It could be the C source code for the same use-case examples from RTI website or any other is also fine.
I would be grateful if someone can help me with this
Regards
dj
In addition to the examples included in your rti_workspace directory, there are more examples on github you can find here:
https://github.com/rticommunity/rticonnextdds-examples/tree/master/examples/connext_dds
Many of those include examples written in C. Most are examples of specific concepts you may or may not want to use depending on your use case.