rticonnextdds-connector 1.2.0-rc2 → 1.2.0-rc5
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/rticonnextdds-connector/LICENSE.pdf +0 -0
- package/rticonnextdds-connector/README.md +43 -0
- package/rticonnextdds-connector/lib/linux-arm/libnddsc.so +0 -0
- package/rticonnextdds-connector/lib/linux-arm/libnddscore.so +0 -0
- package/rticonnextdds-connector/lib/linux-arm/librtiddsconnector.so +0 -0
- package/rticonnextdds-connector/lib/linux-arm64/libnddsc.so +0 -0
- package/rticonnextdds-connector/lib/linux-arm64/libnddscore.so +0 -0
- package/rticonnextdds-connector/lib/linux-arm64/librtiddsconnector.so +0 -0
- package/rticonnextdds-connector/lib/linux-x64/libnddsc.so +0 -0
- package/rticonnextdds-connector/lib/linux-x64/libnddscore.so +0 -0
- package/rticonnextdds-connector/lib/linux-x64/librtiddsconnector.so +0 -0
- package/rticonnextdds-connector/lib/osx-x64/libnddsc.dylib +0 -0
- package/rticonnextdds-connector/lib/osx-x64/libnddscore.dylib +0 -0
- package/rticonnextdds-connector/lib/osx-x64/librtiddsconnector.dylib +0 -0
- package/rticonnextdds-connector/lib/win-x64/nddsc.dll +0 -0
- package/rticonnextdds-connector/lib/win-x64/nddscore.dll +0 -0
- package/rticonnextdds-connector/lib/win-x64/rtiddsconnector.dll +0 -0
package/package.json
CHANGED
Binary file
|
@@ -0,0 +1,43 @@
|
|
1
|
+
rticonnextdds-connector
|
2
|
+
=======
|
3
|
+
|
4
|
+
*(This repository hosts the common Connector native library and shouldn't be cloned.
|
5
|
+
See the **[Python](https://github.com/rticommunity/rticonnextdds-connector-py)** or
|
6
|
+
**[JavaScript](https://github.com/rticommunity/rticonnextdds-connector-js)** bindings.)*
|
7
|
+
|
8
|
+
### RTI Connector for Connext DDS 6.1.0 - Getting Started
|
9
|
+
RTI Connext DDS is a software connectivity framework for real-time distributed applications.
|
10
|
+
It uses the publish-subscribe communications model to make data distribution efficient and robust.
|
11
|
+
At its core is the world’s leading ultra-high performance, distributed networking databus.
|
12
|
+
|
13
|
+
RTI Connector is a family of simplified APIs for publishing and subscribing to
|
14
|
+
the Connext DDS Databus in programming languages such as Python and JavaScript.
|
15
|
+
|
16
|
+
*Connector* was created to quickly and easily develop demos
|
17
|
+
and proofs of concept. It can be useful for anybody who needs
|
18
|
+
a quick way to script tests and interact with Connext DDS using different scripting languages.
|
19
|
+
|
20
|
+
*Connector* can be used to quickly create tests for your distributed system and, thanks
|
21
|
+
to the binding with scripting languages and the use of XML, to easily integrate
|
22
|
+
with many other available technologies.
|
23
|
+
|
24
|
+
The *Connector* library is provided in binary form for selected architectures.
|
25
|
+
Scripting language bindings and examples are provided in source format.
|
26
|
+
|
27
|
+
### Language Support
|
28
|
+
|
29
|
+
* **[Python](https://github.com/rticommunity/rticonnextdds-connector-py)** (Fully supported)
|
30
|
+
* **[JavaScript](https://github.com/rticommunity/rticonnextdds-connector-js)** (Fully supported)
|
31
|
+
* **[C#](https://github.com/rticommunity/rticonnextdds-connector-cs)** (Experimental support only)
|
32
|
+
* **[Go](https://github.com/rticommunity/rticonnextdds-connector-go)** (Experimental support only)
|
33
|
+
* **[Lua (through RTI Prototyper)](https://community.rti.com/downloads/experimental/rti-prototyper-with-lua)** (Experimental support only)
|
34
|
+
* **[C](https://github.com/rticommunity/rticonnextdds-connector/tree/master/examples/lua_c_integration)** (Experimental support only)
|
35
|
+
|
36
|
+
### Support
|
37
|
+
If you have questions, use the [RTI Community Forum](https://community.rti.com/forums/technical-questions).
|
38
|
+
|
39
|
+
### License
|
40
|
+
|
41
|
+
(For Python and JavaScript, a different license in their respective repositories applies.)
|
42
|
+
|
43
|
+
This software is an experimental ("pre-production") product. The Software is provided "as is," with no warranty of any type, including any warranty for fitness for any purpose. RTI is under no obligation to maintain or support the software. RTI shall not be liable for any incidental or consequential damages arising out of the use or inability to use the software.
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|