]> rtime.felk.cvut.cz Git - orte-www.git/blob - index.mdwn
Add ORTE documentation
[orte-www.git] / index.mdwn
1 [[!toc levels=1]]
2
3 ORTE is an open source C implementation of the Object Management
4 Group (OMG) Data Distribution Service (DDS).
5
6 ## Introduction
7
8 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. 
9
10 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.
11
12 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.' 
13 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. 
14
15 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.
16
17 ## Documents
18
19 Documentation
20
21 * [[ORTE 0.3.1 manual|orteman.pdf]]
22
23 Conference papers
24
25 * [[RTN 2008|rtn08_orte.pdf]]
26   
27 Specifications
28
29 * [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.
30
31 * [DDS Interoperability Wire Protocol standard](http://www.omg.org/cgi-bin/doc?ptc/2006-08-02) DDS Interoperability Wire Protocol.
32
33 * [[RTPS - Real Time Publish-Subscribe|rtps1.2.pdf]] RTPS Wire
34   Protocol Specification, version: 1.17
35   
36 ## Download
37
38 * ORTE can be downloaded from <a
39   href="http://sourceforge.net/projects/orte">SourceForge.net</a>.
40   
41   Note that we have not yet migrated the releases from the
42   [older repository](http://sourceforge.net/project/showfiles.php?group_id=51629&package_id=108732).
43
44 ## Links
45
46 ### OpenDDS 
47
48 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).
49
50 * [OpenDDS homepage](http://www.opendds.org)
51
52 ### JacORB DDS 
53
54 The distribution provides an open-source Java-based DDS-DCPS implementation.
55 The purpose of this implementation is pedagogical and demontrations
56
57 <http://www-adele.imag.fr/users/Didier.Donsez/dev/dds/readme.html>
58
59 ### SQLbusRT 
60
61 [SQLbusRT](http://sourceforge.net/projects/sqlbusrt) is a software package which enables SQL in a publish subscribe environment with real time provisions. The software package finds it usage in:
62
63 * Real time measuring environments (data acquisition),
64 * Fast messaging systems,
65 * Real time database in machine automation, and SCADA systems
66 * Medical systems
67 * Military battlesystems
68
69
70 ### PyPubSub 
71
72 [PyPubSub](http://pypubsub.sourceforge.net/) (short for Python based Publish Subscribe) is a framework for implementing a publish subscribe mechanism into a Python application
73
74 ## References
75
76 ### Imtech 
77
78
79 * ORTE as core message exchange mechanism in an aerodynamic wind tunnel
80 automation project, for one of the main windtunnel facilities of the world.
81 (see <http://www.dnw.aero> for more info)
82
83 * ORTE as message exchange mechanism for the Dutch government: in the
84 automation facility for public water level management in the Netherlands.
85 For an example, see <http://www.neeltjejans.nl/pid5027>
86
87 ### CTU Dragons - Eurobot 
88
89 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. 
90
91 * [Website](http://rtime.felk.cvut.cz/dragons/en/)
92
93 <img src="robot-recycling.png" />
94
95 ### Network Vehicle Systems
96
97 * [Paper](http://www.dcc.fc.up.pt/~edrdo/papers/mvs06.pdf)
98
99
100
101 ---
102 This site is powered by [[ikiwiki]].
103
104
105 <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>