<?xml version="1.0" encoding="UTF-8"?>
<!--DOCTYPE component PUBLIC "-//OCERA//DTD component XML V1.0//EN" "file:component.dtd"-->
<component id="orte" name="ORTE" >
<!-- id = id of the component (candev,canmon,canvca,lincan,ethanal,orte,verbus or versched) -->
<!-- name = short title of the component -->
	<title>ORTE - OCERA Real-Time Ethernet</title>	
	<info>
		<authorgroup>
			<author>
				<firstname>Petr</firstname>
				<surname>Smolik</surname>
				<affiliation>
					<orgname>CTU</orgname>
				</affiliation>
				<email>
					<!-- url = mailto:your_email -->
					<ulink url="mailto:petr.smolik@wo.cz">petr.smolik@wo.cz</ulink>
				</email>
			</author>
		</authorgroup>
		<copyright>
			<year>2003</year>
			<holder>OCERA Consortium</holder>
		</copyright>
		<!-- id = number of workpackage -->
		<deliverable file="ms4-month24/WP7/D7.4.pdf" />
    <workpackage id="WP7"></workpackage>
		<!-- release = release date -->
		<!-- start = 01/07/2002 -->
		<date release="03/11/2005" start="01/07/2002"></date>
		<!-- value = version number -->
		<version cvs="comm/eth/orte" value="0.3.1"></version>
		<notice>This component can be used outside of the OCERA framework.
		</notice>
		<license value="GPL"></license>
		<!-- value = status (Analysis, Design, Alpha, Beta, Testing or Stable) -->
		<status value="Stable"></status>
		<home-page url="http://www.ocera.org"></home-page>
		<!-- processor = target procesor (i386, PowerPC, ARM or Independent) -->
		<!-- board = optional attribute - board model -->
		<hardware processor="Independent"></hardware>
		<!-- rtlinux = version of target OS -->
		<!-- linux = version of target OS -->
		<platform rtlinux="Independent"></platform>
		<!-- value = type of the component (LowLevel, HighLevel or Application) -->
		<componenttype value="Application"></componenttype>
		<keywords>ORTE,RTPS,UDP,RTI,Middleware,Real-Time,Ethernet</keywords>
		<!-- reviewer info -->
		<reviewergroup>
			<author>
				<firstname></firstname>
				<surname></surname>
				<affiliation>
					<orgname></orgname>
				</affiliation>
				<!-- url = mailto:his/her_email -->
				<email><ulink url="mailto:"><!-- his/her email --></ulink>
				</email>
			</author>
		</reviewergroup>
	</info>
	<!-- ================================================== Description -->
	<description> 
        The ORTE is open source implementation of RTPS communication protocol
        defined by Real Time Innovations. RTPS is new application layer protocol
        targeted to real-time communication area, which is build on top of
        standard UDP stack.
	</description>	
	<!-- ================================================== Readme -->
	<install>
         There are no any special steps in order to install ORTE package. Simply
         untar instalation package into desired directory, enter this directory
         and issue following commands:
         ./configure
         make
         and occasionaly "make install" to install ortemanager

	</install>
</component>
