[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ns] NOAH



This extension was done for ns-2.1b6

"Laurent Cavallin (Stagiaire 2001)" wrote:
> 
> Hi,
> 
> Does someone have already install the ns extension: NOAH?
> (http://www.icsi.berkeley.edu/~widmer/mnav/ns-extension/)
> 
> "NOAH: a wireless routing agent that (in contrast to DSDV, DSR, ...)
> only supports direct communication between base stations and mobile
> nodes. This allows for the simulation of scenarios where multi-hop
> wireless routing is undesired. Furthermore, NOAH does not send any
> routing related packets. "
> 
> When I compil i have the following errors:
> new_ns_release/ns-2.1b7> make
> c++ -c  -DTCP_DELAY_BIND_ALL -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG
> -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_0A6
> -DHAVE_OTCL_H -DHAVE_LIBTK8_3 -DHAVE_TK_H -DHAVE_LIBTCL8_3 -DHAVE_TCL_H
> -DHAVE_CONFIG_H -I. -I/badoit/ns/tclcl-1.0b10 -I/badoit/ns/otcl-1.0a6
> -I/badoit/ns/tk8.3.2/generic -I/badoit/ns/tcl8.3.2/generic -o mip.o
> mip.cc
> mip.cc:39: `int hdr_ipinip::offset_' is not a static member of `struct
> hdr_ipinip'mip.cc: In method `IPinIPHeaderClass::IPinIPHeaderClass()':
> mip.cc:44: `offset_' is not a member of type `hdr_ipinip'
> mip.cc: In method `void MIPEncapsulator::recv(class Packet *, class
> Handler *)':
> mip.cc:71: no method `hdr_ipinip::access'
> mip.cc: In method `void MIPDecapsulator::recv(class Packet *, class
> Handler *)':
> mip.cc:122: no method `hdr_ipinip::access'
> make: *** [mip.o] Error 1
> new_ns_release/ns-2.1b7>
> 
> i use ns version 2.1b7 and gcc version 2.7.2.3 under Linux SuSe 6.3
> 
> Laurent