Difference between revisions of "Xenomai RTNet"
Line 8: | Line 8: | ||
__TOC__ | __TOC__ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
<!-- /*********************************************************************************************************/ --> | <!-- /*********************************************************************************************************/ --> | ||
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 11:22, 7 March 2016
Contents
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.