[ns] Boom Filters in NS2

2011-11-18 Thread Ederval Pablo Ferreira
Hi guys,.I want to implement Bloom filters in queries messages of a protocol. Anyone here already work with bloom filters in NS2?? Does anyone have any code about using Bloom Filters in NS2 with any protocol (AODV, DSR, DSDV or other). I already have the protocol implemented and working, but I

[ns] Packet data buffering at a node

2011-11-18 Thread Petro Rugambwa
Hi, I working on the wireless network using ns-2. My topology composed of wireless node and fixed node. I would like to implement a buffer at the fixed node so that when I receive a packet from the wireless node i buffer the packet at the receiving node and the forward it later. Could any one

[ns] 2nd CfP | AFIN 2012, August 19 - 24, 2012 - Rome, Italy

2011-11-18 Thread Cristina Pascual
INVITATION: = Please, consider to contribute to and/or forward to the appropriate groups the following opportunity to submit and publish original scientific results to AFIN 2012. The submission deadline is set to April 5, 2012. In addition, authors of selected papers will be i

Re: [ns] count the MPR and TC messages in OLSR

2011-11-18 Thread Rudy Rudd
Thanks to reply, In OLSR, MPR stands for Multipoint Relay while TC stands for Traffic Control. regards, Rud From: ankur goyal To: Rudy Rudd Sent: Friday, November 18, 2011 12:24 PM Subject: Re: [ns] count the MPR and TC messages in OLSR Can you please

Re: [ns] How to set node frequency in C++ ?

2011-11-18 Thread Su Jinzhao
Hi: As we know, before creating nodes in tcl script, we need to configure them with various options like -macType -ifqType -phyType -channel and so on. I just want to know that after creating these nodes in tcl script, I want to change some nodes frequency in C++ dynamically, I tried the followi