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 […]
unzip the package and then move into ns-allinone-2.34 directory
and then typed ./install with su priviledge
nothing is set in .bashrc and .bash_profile
my .bashrc
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
#Include $LEDAROOT/Manual/cmd
export CPLUS_INCLUDE_PATH=$CPLUS_INCLUDE_PATH:/home/avinashc/Download/LEDA/incl
export LIBRARY_PATH=$LIBRARY_PATH:/home/avinashc/Download/LEDA
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/avinashc/Download/LEDA
export TOSROOT=/opt/tinyos-2.x/
export CLASSPATH=$TOSROOT/support/sdk/java/tinyos.jar:.
#export MAKERULES=/opt/tinyos-2.x/support/make/Makerules
export TOSDIR=/opt/tinyos-2.x/tos
export PYTHONPATH=$PYTHONPATH:$TOSROOT/support/sdk/python
and my .bash_profile
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
When i created a new user and tried to install same package it installed succesfully. then why it is not able to install on my current user account do i have clean up something after deleting ns-allinone-2.34 and then reinstall??
thanks
avinash