20 likes | 158 Views
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
E N D
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/