<?xml version="1.0" encoding='ISO-8859-1'?>
<!--DOCTYPE component PUBLIC "-//OCERA//DTD component XML V1.0//EN" "file:component.dtd"-->

<component id="rtludp" name="RTLinux UDP/IP">
  <title>RTLinux UDP/IP</title>
  <info>
    <authorgroup>
      <author>
	<firstname>Miguel</firstname>
	<surname>Masmano</surname>
	<affiliation>
	  <orgname>UPVLC</orgname>
	</affiliation>
	<email><ulink url="mailto:mmasmano@disca.upv.es">mmasmano@disca.upv.es</ulink></email>
      </author>
    </authorgroup>
    
    <reviewergroup>
      <author>
	<firstname>Ismael</firstname>
	<surname>Ripoll</surname>
	<affiliation>
	  <orgname>UPVLC</orgname>
	</affiliation>
	<email><ulink url="mailto:iripoll@disca.upv.es">iripoll@disca.upv.es</ulink></email>
      </author>
    </reviewergroup>

    <copyright>
      <year>2003</year>
      <holder>OCERA Consortium</holder>
    </copyright>

    <deliverable file="ms4-month24/WP5/D5.4.pdf" />
    <workpackage id="WP5" />

    <date start="01/01/2003" release="01/04/2003"/>
    <version cvs="sched/rtludp" value="0.1-1"/>
    <status value="Testing"/>

    <licenses>
  <license name="MPL" />
  <license name="GPL" />
  <license name="LGPL" />
  <license name="CeCILL" file="cecill.pdf" />
</licenses>
    <home-page url="http://www.ocera.org"/>

    <hardware processor="Independent"/>
    <platform rtlinux="3.2pre2"/>
    <componenttype value="HighLevel"/>

    <keywords>Terminal, User interface</keywords>
  </info>


  <!-- ================================================== Description -->
  <description>
    This component is an implementation of the UDP/IP stack from
    scratch (not derived from BSD code as many other TCP/UDP/IP
    implementations). The main design criteria is efficiency, while
    features and compatibility are secondary. The stack will be
    prepared (interfaced) to work with the network device drivers
    developed in the project EtherBoot, which has a large base of
    supported drivers; and also be connected with the Linux networking
    stack (via a virtual network driver), providing a high level
    communication mechanism between RTLinux and Linux on the same
    machine.

  </description>

</component>

