]> rtime.felk.cvut.cz Git - orte-www.git/blob - index.mdwn
Import data from old Petr's wiki
[orte-www.git] / index.mdwn
1 ORTE is an open source C implementation of the Object Management
2 Group (OMG) Data Distribution Service (DDS).
3
4 ## Introduction
5
6 In the ORTE project we are developing communication middleware under the OMG Data Distribution Service (DDS) for Real-Time Systems specification (OMG Document formal/07-01-01). The specification defines a service for efficiently distributing application data between participants in a distributed application. 
7
8 The recently-adopted DDS specification is divided into two components. First defines an Application Level Interface and behavior of a DDS that supports Data-Centric Publish-Subscribe (DCPS) in real-time systems. Second optional Data Local Reconstruction Layer (DLRL) allows distributed data to be shared by local objects located remotely from each other as if the data were local. The DLRL is built on top of the DCPS layer.
9
10 The DDS specification also includes a platform specific mapping to IDL and therefore an application using DDS is able to switch among DDS implementations with only a re-compile. DDS therefore addresses 'application portability.' 
11 The specification does not address the protocol used by the implementation to exchange messages over transports such as TCP/UDP/IP, so different implementations of DDS will not interoperate with each other unless vendor-specific “bridges” are provided. 
12
13 One of the transport protocol suitable for DDS communication is Real-Time Pusblish Subscribe (RTPS) wire protocol defined by OMG (OMG document formal/06-08-02). The RTPS was specifically developed to support the unique requirements of data-distributions systems. It's a field proven technology that is deployed in thousands of industrial devices.
14
15 ## Documents
16
17 Conference papers
18 * [[RTN 2008|rtn08_orte.pdf]]
19   
20 Specifications
21
22 * [[Data-Distribution Service for Real-Time Systems (DDS) standard|http://www.omg.org/technology/documents/formal/data_distribution.htm]] DDS version 1.2. Latest version adopted in January 2007.
23
24 * [[DDS Interoperability Wire Protocol standard|http://www.omg.org/cgi-bin/doc?ptc/2006-08-02]] DDS Interoperability Wire Protocol.
25
26 * [[RTPS - Real Time Publish-Subscribe|rtps1.2.pdf]] RTPS Wire
27   Protocol Specification, version: 1.17
28   
29 ## Download
30
31 * ORTE can be downloaded from <a
32   href="http://sourceforge.net/projects/orte">SourceForge.net</a>.
33   Note that we have not yet migrated the releases from the [older repository](http://sourceforge.net/project/showfiles.php?group_id=51629&package_id=108732).
34
35 ## Links
36
37 ====== OpenDDS ======
38
39 OpenDDS is an open-source C++ implementation of the Object Management Group's specification "Data Distribution Service for Real-time Systems". OpenDDS is built on the  ACE (ADAPTIVE Communication Environment) abstraction layer to provide platform portability. OpenDDS also leverages capabilities of  TAO (The ACE Orb), such as its IDL compiler and as the basis of the OpenDDS DCPS Information Repository (DCPSInfoRepo).
40
41 [[http://www.opendds.org| OpenDDS homepage]]
42
43 ====== JacORB DDS ======
44
45 The distribution provides an open-source Java-based DDS-DCPS implementation.
46 The purpose of this implementation is pedagogical and demontrations
47
48 [[http://www-adele.imag.fr/users/Didier.Donsez/dev/dds/readme.html]]
49
50 ====== SQLbusRT ======
51
52 SQLbusRT is a software package which enables SQL in a publish subscribe environment with real time provisions. The software package finds it usage in:
53
54 * Real time measuring environments (data acquisition),
55 * Fast messaging systems,
56 * Real time database in machine automation, and SCADA systems
57 * Medical systems
58 * Military battlesystems
59
60
61 [[http://sourceforge.net/projects/sqlbusrt|SQLbusRT project]]
62
63
64 ====== PyPubSub ======
65
66 PyPubSub (short for Python based Publish Subscribe) is a framework for implementing a publish subscribe mechanism into a Python application
67
68 [[http://pypubsub.sourceforge.net/|PyPubSub project]]
69
70 ## References
71
72 ====== Imtech ======
73
74
75 * ORTE as core message exchange mechanism in an aerodynamic wind tunnel
76 automation project, for one of the main windtunnel facilities of the world.
77 (see http://www.dnw.aero for more info)
78
79 * ORTE as message exchange mechanism for the Dutch government: in the
80 automation facility for public water level management in the Netherlands.
81 For an example, see http://www.neeltjejans.nl/pid5027
82
83 ====== CTU Dragons - Eurobot ======
84
85 We are a group of university staffs and students, who are interested in robotics and control engineering. Our objective is designing and developing robots for various competitions. 
86
87 <img src="robot-recycling.png" />
88
89 [[http://rtime.felk.cvut.cz/dragons/en/]]
90
91 ====== Network Vehicle Systems ======
92
93 [[http://www.dcc.fc.up.pt/~edrdo/papers/mvs06.pdf]]
94
95
96
97 ---
98 This site is powered by [[ikiwiki]].
99
100
101 <a href="http://sourceforge.net/projects/orte"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=313823&amp;type=12" width="120" height="30" alt="Get ORTE at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>