1 / 1

Linux Kernel Module for Ad-hoc Routing

Linux Kernel Module for Ad-hoc Routing. New Ideas Provide an architecture for ad hoc routing protocol implementation by extracting the common part, like multihop for packet delivery, reliable link layer maintenance, etc into general kernel module. Design

Télécharger la présentation

Linux Kernel Module for Ad-hoc Routing

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Linux Kernel Module for Ad-hoc Routing • New Ideas • Provide an architecture for ad hoc routing protocol implementation by extracting the common part, like multihop for packet delivery, reliable link layer maintenance, etc into general kernel module. • Design • Function separation between user and kernel; • Necessary communication overload between user and kernel are reduced to minimum; • Implementation & Testing • Kernel on top of Linux 2.4.2; • Two hosts can talk to each other; • Communication between user and kernel are tested; • AODV user daemon implemented • Other protocol implementation are extendable Project team: Zhenxun Xiao, Wei Li, Minesh Shilotri URL: http://www.cs.utexas.edu/users/liwei/AdHoc/

More Related