You must be logged in to reply to this topic.
LoRaWAN The LoRa Alliance first defined the LoRaWAN standard with the objective of creating a medium access scheme and a set of network management policies that leverage the properties of […]
Low-power wide-area network (LPWAN). These networks use low-power radio signals, such as those in the sub-1 GHz range, to send small amounts of data over a large area. LPWANs are […]
SUMO has different tools for creating and customizing road networks and traffic flows and traffic signals. In this article, we will use some of those tools available in SUMO to […]
Spring Mobility Spring mobility is nothing but making a node to move in a path similar to that of an expanded circular coil spring. From the top or bottom point […]
Mobility Models of ns-3. The default ns-3 installation will contain the following mobility models. MobilityModel Subclasses ConstantPosition ConstantVelocity ConstantAcceleration GaussMarkov Hierarchical RandomDirection2D RandomWalk2D RandomWaypoint SteadyStateRandomWaypoint Waypoint PositionAllocator Position allocators […]
Aquatic Animal Tracking: Tracking marine animals can be extremely tricky due to GPS signals not functioning well underwater[1]. Underwater acoustic communication is a technique of sending and receiving messages below […]
Hi all!
I am trying to simulate handover between UMTS/WLAN using sctp. I use ns2.33. I try to modify the standard sctp code to implement the add-ip, delete-ip procedures and I use the MW node patch: http://www.q2s.ntnu.no/~paquerea/ns.php to use multiple interfaces. I installed the patch but there was an error and when i run my tcl script it shows error as:
(_o3 cmd line 1)
invoked from within
“_o3 cmd wireless-config -routing DSDV -mac Mac/802_11 -phy Phy/WirelessPhy -channel _o12 -propagation Propagation/TwoRayGround -topography _o10 -ll LL…”
invoked from within
“catch “$self cmd $args” ret”
invoked from within
“if [catch “$self cmd $args” ret] {
set cls [$self info class]
global errorInfo
set savedInfo $errorInfo
error “error when calling class $cls: $args” $…”
(procedure “_o3” line 2)
(SplitObject unknown line 2)
invoked from within
“$ns_ wireless-config -routing $val(rp)
-mac $val(mac)
-phy $val(n…”
(file “sctpq2s.tcl” line 37)
Does anyone know what may be wrong?
Has anyone worked on the same subject (sctp for heterogenous handover)? Is there another way from MW node?
Thanks in advance
You must be logged in to reply to this topic.