Difference between revisions of "Xenomai RTNet"

From wiki.emacinc.com
Jump to: navigation, search
Line 22: Line 22:
 
<!-- /*********************************************************************************************************/ -->
 
<!-- /*********************************************************************************************************/ -->
 
{{:Templateimpl:using | initials=MW | title=Xenomai RTNet | desc=Xenomai RTNet | project=OE 5.0 }}
 
{{:Templateimpl:using | initials=MW | title=Xenomai RTNet | desc=Xenomai RTNet | project=OE 5.0 }}
 
+
As with the other real-time drivers, the Linux driver must be detached the interface before loading that real-time driver.
 
<!-- /*********************************************************************************************************/ -->
 
<!-- /*********************************************************************************************************/ -->
 
<!-- /*****************************************      Examples        *****************************************/ -->
 
<!-- /*****************************************      Examples        *****************************************/ -->
Line 28: Line 28:
 
{{:Templateimpl:examples | initials=MW | title=Xenomai RTNet | desc=Xenomai RTNet | project=OE 5.0 }}
 
{{:Templateimpl:examples | initials=MW | title=Xenomai RTNet | desc=Xenomai RTNet | project=OE 5.0 }}
  
<!-- /*********************************************************************************************************/ -->
+
== External Links ==
<!-- /******************************************  More Information  *****************************************/ -->
+
* http://www.rtnet.org/
<!-- /*********************************************************************************************************/ -->
+
* https://xenomai.org/rtnet/
{{:Templateimpl:moreinfo | initials=MW | title=Xenomai RTNet | desc=Xenomai RTNet | project=OE 5.0 }}
+
* https://xenomai.org//rtnet-howto/
*  
+
* https://xenomai.org/rtnet-installation/
 
+
* https://xenomai.org/rtnet-programming/
{{:Templateimpl:whatnext | initials=MW | title=Xenomai RTNet | desc=Xenomai RTNet | project=OE 5.0 }}
 
*
 

Revision as of 12:33, 7 March 2016

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

General Information

Xenomai uses the RTNet stack to provide real-time Ethernet. RTNet provides deterministic versions of various protocols (UDP/IP, IMCP, ARP). Xenomai provides 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

As with the other real-time drivers, the Linux driver must be detached the interface before loading that real-time driver.

Examples

External Links