[ns] PSDU value of wpan and DSR overhead

2007-05-22 Thread Vassilis Lekakis
Dear Ns-Users, i have the problem that is described here.http://mailman.isi.edu/pipermail/ns-users/2006-March/054831.html Is any solution to that problem. Actually i think that the problem is with the control packets of Routing protocol The only possible solution seems to implement a

[ns] Question about error model

2007-05-22 Thread Huang Wen
Hello all, I am having some troubles using the ns2.29 error model over wired links. I have checked the mail list archives and could not find similar problem. Below is the part of implementation of error model in my tcl script. . set rng [new RNG] $rng seed $seed set rv [new

[ns] regarding installation of Java in Cygwin

2007-05-22 Thread Geetha
Hello NS-Users, Any guidelines with regard to installation of Java in Cygwin would be of great help for me. Looking forward for your reply, Thanking you, with regards, geetha

Re: [ns] How to modify the packet content at intermediate nodes

2007-05-22 Thread Daniel Dekst
maybe you can extract the info from packet and encapsulate again try: struct msg_struct msg_name memcpy(msg_name, Pkt-accessdate(), sizeof(struct msg_struct)); [EMAIL PROTECTED] 写道: -- Message: 10 Date: 21 May 2007 14:23:49 - From: SB Subject: [ns] How to

Re: [ns] how to solve segmentation fault in ns2

2007-05-22 Thread Timo Reimann
[EMAIL PROTECTED] wrote: I am working on add multi-interface multi-channel support in ns2 ,but now I meet a segmentation fault in implementing adding Multiple Interface Support in NS-2, I use command : $gdb ns $r channel.tcl $bt .. Now I think segmentation fault is caused

[ns] regarding installation of Cygwin

2007-05-22 Thread Geetha
Hello NS-Users, I would like to install Bonnmotion tool in Cygwin. For this purpose I would like to install Java in Cygwin. Any help with regard to this installation would be of great help for me. Thanking you, with regards Geetha

[ns] Nist- The real results don't fit with the real ones - someone can give a hand?

2007-05-22 Thread Tiago Junqueira
hi all, I am comparing the practical results that I got with a communication using a communication between Subscriber Station - Base Station, and 2 PCs to generate a constant flow with iperf. The example datarate.tcl is identical to my real situation, i just modified: - Mac/802_16 set

[ns] attaching ns with real hardware/device

2007-05-22 Thread Woo Michael-W16734
Hello ns users, I am looking for ns projects where the network simulator is connected to real hardware (such as WLAN access point). This will require an interface that can capture real packets on the real network and convert them appropriately for the simulator and let the simulator

[ns] Src-Dest Synch

2007-05-22 Thread suhaib obeidat
Hi All, I would like the source and destination in my simulation to be driven by the same Markov model (one model is driving both simultaneously). To make myself clear, let's say node A's events: Make breakfast 7:00 Have breakfast 7:10 get dressed 7:20 leave. 7:30 Node B's events: Make

Re: [ns] attaching ns with real hardware/device

2007-05-22 Thread Timo Reimann
Woo Michael-W16734 wrote: I am looking for ns projects where the network simulator is connected to real hardware (such as WLAN access point). This will require an interface that can capture real packets on the real network and convert them appropriately for the simulator and let the