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 […]
The DCCP Patching proceedure This is a simple procedure but it may consume few minutes / few weeks or even few months for an average student/scholar. Note: dccp is not readily available in […]
Installing tcp-westwood 1. Add the modules tcp-westwood.cc and tcp-westwood.h to the main NS-2 directory (which is something like: ../ns-allinone-2.28/ns-2.28 /tcp 2. Modify the Makefile so that it compiles and links […]
Here we assume that the student is a PG level/research level student with an elementary knowledge of Linux and ns2. (The given procedure is meant for ns2.28 only – for […]
Installing ns2.28 Here we assume that the student is a PG level/research level student with an elementary knowledge of Linux and ns2. The given procedure is for ns2.28 only. If […]
Introduction In India, breast cancer accounts for 23% of all female cancers followed by cervical cancers (17.5%) in metropolitan cities such as Mumbai, Calcutta, and Bangalore. However, cervical cancer is […]
Generally, under ns-2, the VENET protocols are designed as application layer agents. In this project, we will see one such simple design. The following are the main parts of one […]
CRCN Simulator: This cognitive radio cognitive network (CRCN) simulator is a software-based network simulator for network-level simulations. It is based on ns-2. In our previous post, we have explained the […]
Note: This project is almost a two-decade old. If you are an electronics hobbyist, then you may try this. If you are a graduate or postgraduate student, then please try […]
Sensor-MAC (S-MAC): S-MAC is a medium-access control (MAC) protocol designed for wireless sensor networks. Wireless sensor networks use battery-operated computing and sensing devices. A network of these devices will collaborate […]
Introduction to the E-class Room Scenario This project will address the key management of a typical E-class scenario on mobile ad hoc network using NS-2. E-class is a kind of application […]
Optimized Link State Routing Protocol(OLSR) is not readily available with ns-2. We can apply a suitable version of the OLSR patch on a suitable version of ns-2 and do our […]
Caution : If you try to use Directed Diffusion routing under a highly-mobile condition, then the performance of the Directed Diffusion routing will become very worst. Some of the papers that […]
Introduction. During the last few years the international research community has devoted a lot of effort to develop and standardise a new IP oriented Quality of Service (QoS) architecture called […]
The Important Sections of TCL Script Used for the Simulation Some of the Important Parameters set val(chan) Channel/WirelessChannel ;# channel type set val(prop) Propagation/TwoRayGround ;# radio-propagation model set val(ant) Antenna/OmniAntenna […]
An Example of Hierarchical Sensor Network The following diagram shows a typical hierarchical sensor network topology. In this example, we will see a Tcl code that can be used to […]