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