WP1 - RTOS State of the Art Analysis: Deliverable D1.1 - RTOS Analysis | ||
---|---|---|
Prev | Chapter 8. RTLinux/GPL | Next |
A separate module called RTnet provides the drivers (only two network drivers are supported) and the protocols (IP, ARP, UDP and ICMP) over Ethernet. The API is quiet similar to the sockets API: rt_socket(), rt_connect(), rt_sendmsg(), etc. Current version of RTnet only works with Linux kernel version 2.2.x.
Also several CAN drivers are available.