rticommunity / rticonnextdds-connector

RTI Connector for Connext DDS is a lightweight technology that enables DDS data to be accessed with Javascript (Node.js), Python, and Lua.
Other
56 stars 33 forks source link

C# API #46

Closed pleonex closed 6 years ago

pleonex commented 7 years ago

.NET API for Connector

The API is written in C#, with C#-friendly classes and method. Thanks to the P/Invoke technology it works in Windows, Linux and Mac OS X. It works with .NET Framework 2.0 and up and .NET Standard 1.1 (which implies mono and .NET Core 1.0 and up).

I have also added a couple of examples: Simple and Mixed. And I updated the README files.