Assistance for Simulations and Analysis of Industrial as well as Scholarly Research works
Installing ‘lorawan’ extension module version v0.3.1 under ns-3.42
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 […]
Simulation and Analysis of IoT LoRaWAN Networks Under ns-3
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 […]
Creating Random Road Network, Traffic Flows, Signals in SUMO
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 […]
Implementation of Spring Mobility Model for ns-3 and Visualizing it in 3D along with Circle Mobility
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 […]
Implementation of Circle Mobility Model for ns-3 and Visualizing it in 3D
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 […]
3D Aquatic Animal Tracking Underwater Network Simulation (UWSN) Under ns-3
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 […]
Unmanned Aerial Vehicle (UAV) Unmanned Aerial Vehicle (UAV) networks play important role in the future generations of wireless networks. Due to the high cost and failures involved in real system […]
NetSimulyzer 3D Visualization Tool: The NetSimulyzer 3D visualization tool can be used to play/animate/visualize ns-3 network scenarios for better understanding, presenting and debugging them. While trying to install the NetSimulyzer […]
NetSimulyzer 3D Visualization Tool: The NetSimulyzer 3D visualization tool can be used to play/animate/visualize ns-3 network scenarios for better understanding, presenting and debugging them. While trying to install the NetSimulyzer […]
NetSimulyzer 3D Visualization Tool In fact, ‘NetSimulyzer’ consists of two parts. One is the actual 3D visualization tool and the other is an ns-3 companion module. Both are named as […]
NetSimulyzer ns-3 Add-on Module. In fact, ‘NetSimulyzer’ consists of two parts. One is the actual 3D visualization tool and the other is an ns-3 companion module. Both are named as […]
Low-Rate TCP DoS attack is the second class of attacks that was explained by Kuzmanovic and Knightly’s in their paper, “Low-Rate TCP-Targeted Denial of Service Attacks”. In that paper, the […]
1. Biased Markov Mobility Model. It is based on the Markov Mobility model. Generally, the Markovian nature of mobility was used to mimic human mobility. This model can be used […]
About this Example: This TCP simulation is base on the example code which is available with ns3. You may refer to the original example file for more details. In […]
Step 1: Install ns-3 as explained in the following article : A Simple Procedure for Installing ns-3 on Ubuntu Step 2: Do a simple simulation as explained in the following article : […]
TraceMetrics TraceMetrics is a trace file analyzer for Network Simulator 3 (ns-3) and it is is an open-source software developed in Java. The main goal of this tool is […]
The ns-3 Topology Generator The ns-3 topology generator (Copyright (c) 2009 University of Strasbourg) provides a quick and easy way to create ns-3 simulation code in an automated fashion. While […]
Generate the Required Mobility Trace using Mobisim. For this, you may follow the steps described in my previous post VANET Mobility Trace file Generation using Mobisim for ns-2 and […]
ns-3 support different kinds of mobility models. In addition to that, it has support for importing mobility traces of other simulators and other mobility generators. In this article, we will […]
Constituents of an ns-3 Simulation Script. ns-3 provides support for very detailed simulation of different kinds of network-related problems and has a lot of features for simulation, analysis, and visualization. […]
Trace Files For Analysis ns-3 provides more than one way to log events for further analysis of a network simulation. Read the following article to get some idea about different […]