Re: [ns] PMIPv6 ns-2 module

2011-05-23 Thread swatiG
Hello I have been trying to install pmipv6 patch on ubuntu ns 2.29 on ubuntu 8.10 this is the site that i used to download the patch and followed the steps. http://commani.net/pmip6ns/download.html on installling these are the errors i have receivedPls help In file included from trace/t

Re: [ns] RTP over wireless connection between two nodes

2011-05-23 Thread Fivos.K
i have ported them both for ns2.31 , i could upload them somewhere if you are interested but you could also use them in the ns version they support. pebbles wrote: > > Do I have to configure myself the unicast mechanism so as to send RTCP > packets only to the sender node (and of course keepi

Re: [ns] RTP over wireless connection between two nodes

2011-05-23 Thread pebbles
Do I have to configure myself the unicast mechanism so as to send RTCP packets only to the sender node (and of course keeping the multicast for RTP packets, so that the sender sends to every receiver node)? I'm asking this because in case of having more receiver nodes I'd want the RTP packets to

Re: [ns] Ns-users

2011-05-23 Thread chethan kumar
can anybody explain me why this lines are written /* int MRP::command(int argc, const char*const* argv) { if(argc == 2) { Tcl& tcl = Tcl::instance(); if(strncasecmp(argv[1], "id", 2) == 0) { tcl.resultf("%d", index); return TCL_OK; } if(strncasecmp(argv[1], "start", 5) == 0) { rtcTimer.handle((

Re: [ns] RTP over wireless connection between two nodes

2011-05-23 Thread Fivos.K
pebbles wrote: > > The simple-rtp example uses the "multicast on" option so I'd rather stick > to a multicast protocol for now. > > With ADMR one node can send RTP packets to nodes that belong to one > multicast group but each one of them > sends RTCP packets to that node (unicast), while wi

[ns] CFP: International Journal "Network Protocols and Algorithms" Vol. 3 Issue 2

2011-05-23 Thread Jaime Lloret Mauri
* Call for Papers, Vol 3, Issue 3 * Network Protocols and Algorithms ISSN 1943-3581 http://www.macrothink.org/journal/index.php/npa/ Network Protocols and Algorithms is a free-access online international journal, peer-reviewed and published by Macrot

Re: [ns] RTP over wireless connection between two nodes

2011-05-23 Thread pebbles
The simple-rtp example uses the "multicast on" option so I'd rather stick to a multicast protocol for now. With ADMR one node can send RTP packets to nodes that belong to one multicast group but each one of them sends RTCP packets to that node (unicast), while with PUMA the nodes send RTCP pack

Re: [ns] Problem with the threshold command

2011-05-23 Thread RamiHach
Hi , In order to use the ns2.29/indep-utils/threshold.cc first, I compiled with g++ threshold.cc -Wno-deprecated -o threshold I get the file threshold to get pt_(transmission power), RXThresh_ (the receiving threshold value) et le CSThresh_ (the carrier sensing threshold) I do the following :

[ns] threshold.cc

2011-05-23 Thread RamiHach
Dear all, I order to use the ns2.29/indep-utils/threshold.cc first, I compiled with g++ threshold.cc -Wno-deprecated -o threshold I get the file threshold And to get pt_(transmission power), RXThresh_ (the receiving threshold value) et le CSThresh_ (the carrier sensing threshold) I do the fo