[ns] ns2 throughput

2014-05-15 Thread boufedah badissi azzouz
hi my friends. I want to calculate throughput and end-to-end delay for star topologie with 7 nodes wpan (IEEE 202.15.4 beacon enabled) and i cant do the awk file for calculating. please some body can help me. best regards. coordialy. thanks for all.

[ns] need clustering code atleast in tcl file, anybody help me please

2014-05-15 Thread Jega Kumaran
-- *karnika *

[ns] Running the network animator

2014-05-15 Thread Edmond Egaru
Iam having trouble running the network animator on Ubuntu14.04 linux it gives me this error "segmentation fault (core dumped) am using nam version 1.15 and ns2-2.34

Re: [ns] Running the network animator

2014-05-15 Thread knudfl
> @Edmond Egaru > nam , "segmentation fault .." Is it an out.nam file that causes `segmentation faultĀ“ ? ? Or is it at doing $ nam If you have a corrupt executable 'nam' : Delete 'nam'. And install a new one : $ sudo apt-get install nam -- View this message in context: http://network-s

Re: [ns] hai im doing synchronisation protocol.

2014-05-15 Thread knudfl
> @jega > " Assertion size_>0 failed" aborted A (dirty) fix : Edit ( line 749 ) from assert(size_> 0); to //assert(size_> 0); In ns-2.xx/, delete 'ns', and tpsn/tpsn_udp.o Run $ make : And you have a new executable 'ns'. If you get "Floating point exception" with

[ns] Accessing nodes

2014-05-15 Thread Najma Ismat
Hi,I want to control cluster-head selection process of leach where only some specific node's should be selected as Cluster-head but whenever protocol run, it randomly picks node for the possible contender of being a cluster-head.Please guide how to access all nodes before the start of a round.

[ns] LS routing algorithm problem

2014-05-15 Thread PhoenixRe
I have a simple script I am testing things on and I was trying to get DV to work on an MPTCP scenario. For the last 15 days I realised that it probably doesn't work and the way to fix it is above me. Someone mentioned the LS and I tried it and it works!!! (Future reference to guys maybe trying MPT