linux kernel module for ad-hoc routing

1
A CS395T Course Project Mobile Computing & Wireless Networks Spring 2001 C o u r s e w e b s i t e : h t t p : / / w w w . c s . u t e x a s . e d u / u s e r s / y g z / 3 9 5 T I n s t r u c t o r : D r . Y o n g g u a n g Z h a n g ( y g z @ c s . u t e x a s . e d u ) Design Function separation between user and kernel; Necessary communication overload between user and kernel are reduced to minimum; 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. 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/ Linux Kernel Module for Ad-hoc Routing

Upload: benjamin-bird

Post on 31-Dec-2015

32 views

Category:

Documents


4 download

DESCRIPTION

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 - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Linux Kernel Module for Ad-hoc Routing

A CS395T Course Project MobileComputing &

WirelessNetworks

Spring 2001C

ourse

we

b site

: http://w

ww

.cs.ute

xas.e

du

/use

rs/ygz/39

5T

• Instructo

r: Dr. Y

on

gg

uan

g Z

ha

ng

(ygz@

cs.ute

xas.ed

u)

Design Function separation between user and

kernel; Necessary communication overload

between user and kernel are reduced to minimum;

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.

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 ShilotriURL: http://www.cs.utexas.edu/users/liwei/AdHoc/

Linux Kernel Module for Ad-hoc Routing