GloMoSim * Global Mobile Information System Simulator (GloMoSim) is a scalable simulation environment for large wireless and wireline communication networks.
* GloMoSim uses a parallel discrete-event simulation capability provided by Parsec.
Glomosim simulator project a popular simulation tool which is freely for education, research and developed from springer paper. Models of layers in Glomosim simulator. Glomosim network simulation environment.
The name of the program should be saved as .pc example:hello.pc install the glomosim in your computer move to nirmal@ubuntu:~/glomosim/glomosim-2.03/parsec/redhat-7.2/bin$ then use the following commands 1.nirmal@ubuntu:~/glomosim/glomosim-2.03/parsec/redhat-7.2/bin$pcc -lm -c hello.pc 2. nirmal@ubuntu:~/glomosim/glomosim-2.03/parsec/redhat-7.2/bin$pcc -user_main hello.o -lm -o hello 3. nirmal@ubuntu:~/glomosim/glomosim-2.03/parsec/redhat-7.2/bin$./hello thats it then the output will be displayed as Hello World and followed by the time limits
i want glomosim related code in AODV,but i can't got.
qweasd790
To add a new protocol in GlomoSim, you need to create a new protocol file in the appropriate directory, typically under the protocols folder. Define the protocol's parameters and behaviors in this file, following the existing protocols as a template. After implementing the protocol, update the configuration files to register it within the GlomoSim framework. Finally, recompile the source code to ensure the new protocol is integrated into the simulation environment.
you just edit ur code for clustering in tcp layer.and give key management in bellman ford protocol in application layer
Having never heard of this program I tried googling it. There appears to be some excellent resources available to help you along. I've included a few in the related links.