readme
来自「AODV」· 代码 · 共 31 行
TXT
31 行
Author - Binita GuptaUniversity of Illinois, Urbana-Champaignbinita@uiuc.edu--------------------------------------------This is an implementation of AODV Protocol developed at UIUC. It is calledAODV-UIUC. It does not need any modifications to the kernel, rather it usesASL-a-0.5. Please see http://aslib.sourceforge.net. Make sure that ASL-a-0.5 is installed before running AODV-UIUC.Make sure that following kernel options are enabled before running thisprotocol. 1) IP forwardingTo Compile:$$> make clean$$> makeTo Run:Type following to see various command line options.$$> ./aodvd -hTo run with default options:$$> ./aodvd -i <interface name>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?