Difference between revisions of "Xenomai RTNet"

From wiki.emacinc.com
Jump to: navigation, search
Line 8: Line 8:
  
 
__TOC__
 
__TOC__
 
<!-- /*********************************************************************************************************/ -->
 
<!-- /***************************************** Background Information ****************************************/ -->
 
<!-- /*********************************************************************************************************/ -->
 
{{:Templateimpl:bg | initials=MW | title=Xenomai RTNet | desc=Xenomai RTNet | project=OE 5.0 }}
 
  
 
<!-- /*********************************************************************************************************/ -->
 
<!-- /*********************************************************************************************************/ -->
Line 18: Line 13:
 
<!-- /*********************************************************************************************************/ -->
 
<!-- /*********************************************************************************************************/ -->
 
{{:Templateimpl:geninfo | initials=MW | title=Xenomai RTNet | desc=Xenomai RTNet | project=OE 5.0 }}
 
{{:Templateimpl:geninfo | initials=MW | title=Xenomai RTNet | desc=Xenomai RTNet | project=OE 5.0 }}
 +
Xenomai use the RTNet stack to provide real-time Ethernet. RTNet provides deterministic versions of UDP/IP, TCP/IP, IMCP, and ARP.
 +
RTnet provides a posix API for the Xenomai real-time user-space. Xenomai provide several real-time Ethernet drivers, the stack, and various tools.
 +
This document explains how to load a real-time Ethernet driver and perform basic tests. The links below will help augment this information
 +
as well as discuss programming using the RTnet stack.
  
 
<!-- /*********************************************************************************************************/ -->
 
<!-- /*********************************************************************************************************/ -->

Revision as of 12:22, 7 March 2016

TODO: {{#todo: NotStarted (03.03.2016-13:06->MW+)|Michael Welling|OE 5.0,MW,NotStarted}}

General Information

Xenomai use the RTNet stack to provide real-time Ethernet. RTNet provides deterministic versions of UDP/IP, TCP/IP, IMCP, and ARP. RTnet provides a posix API for the Xenomai real-time user-space. Xenomai provide several real-time Ethernet drivers, the stack, and various tools. This document explains how to load a real-time Ethernet driver and perform basic tests. The links below will help augment this information as well as discuss programming using the RTnet stack.

Xenomai RTNet

Examples

Further Information

Where to Go Next
Pages with Related Content