ns2
how to make the mobile nodes static in tcl?
code: set val(chan)Channel/WirelessChannel set val(prop)Propagation/TwoRayGround set val(ant)Antenna/OmniAntenna[详细]
2023-04-10 14:11 分类:问答TCL script generator for NS2
Is there an open source TCL script generator for NS2? There is NAM that comes with NS2. Is there anyt开发者_StackOverflow社区hing else. A web based one would be great!NSG is a good TCL code generator[详细]
2023-03-27 08:13 分类:问答Debugging symbols present, but eclipse does not associate them with source code
I am working on modifying a rather large program (NS2 network simulator), and it would be nice to be able to debug it with Eclipse. I configured the makefiles ( add -g to CFLAGS ) to make gcc generate[详细]
2023-03-15 13:26 分类:问答Problem while trying to setup a connection between two base stations in NS-2
I am new to NS-2 and am trying to create an environment whereby a mobile node(UE) would act as a dummy base station for its nearby mobile nodes. Hence any data requeste开发者_如何转开发d from them wou[详细]
2023-03-15 11:52 分类:问答creating a loss system for voice data in Linux
how do I create a system that takes in voice data(rtp) and then creates loss in this data(like delay or packet drop/loss)? The output of the system(data) should be readable which made me think i might[详细]
2023-03-13 15:02 分类:问答Problem recompiling using make command in ubuntu
I m trying to modify some C++ files in ns2 and then recompile using make command. Although new .o file is created after make, the output is similar to that of previous C++ file (before modifying). can[详细]
2023-02-23 12:05 分类:问答Tcl: Invalid command name error
开发者_运维百科I have a line in my tcl code like this: Application/BitTorrent set seqNo_ $opt(seqNo)[详细]
2023-02-15 03:19 分类:问答conversion of .cc file to object file
pl help how to convert a cc file to a object file.what is the command need for that and in which environ开发者_运维百科ment it will workA .cc file is a typical extension for a C++ source code file (so[详细]
2023-02-14 13:09 分类:问答how to draw xgraph in satcom in ns2 simulation
While simulating network for SAT-COMM, I want to show the output on the xgraph. I am not able to do so. The error I\'m getting is \"Error in file `outsat.tr\' at line 1085:[详细]
2023-02-14 00:49 分类:问答Comparing 2 trace files using trace graph
I am using trace graph and I want to compare two different trace files with each other. The trace graph only works with one trace file. Is there any way by which I can compare t开发者_JAVA技巧wo diffe[详细]
2023-02-09 01:53 分类:问答