[ns] Simulate IDS for MANET in NS-2

2011-08-28 Thread samira h
Dear all, I'm going to simulate Intrusion Detection System (IDS) for MANET (prefably Anomaly Based). Anyone know how is it possible or anybody have exprience about it? I'm really looking forward to hearing from you. Thanks in advance.

[ns] Simulate IDS for MANET in NS-2

2011-09-05 Thread samira h
Dear all, I'm going to simulate Intrusion Detection System (IDS) for MANET (prefably Anomaly Based). Anyone know how is it possible or anybody have exprience about it? Or maybe there is no code for it in NS and I should generate data by NS and then analyze it by MATLAB? I'm really looking forward

[ns] Change .nam output format to CSV or XLS

2011-10-16 Thread samira h
Dear all, Does anybody know how to export or change out.nam file into CSV format or Excel in NS-2 code or by an external program? As I'm going to use the content of out.nam file in MATLAB, it should be in Excel.

[ns] Setdest (mobility model)

2011-10-20 Thread samira h
Dear all, Colud you please help me how to use command setdest like setdest -v 1 -n 50 -p 0 -M 20 -t 900 -x 1500 -y 300 in a ns program? I got the error: invalid command name setdest.

[ns] Compute packet loss (Recompile .cc file to change trace .tr)

2011-11-07 Thread samira h
Hello, I'm going to compute packet loss for wireless nodes. As you know in trace file -d indicates a dropped packet but when node_(0) sends a packet to node_(1) and the receiver node drops the packet, in trace file in related line we can see -d -t .. Hs 0 ... How can I change and make the .cc

Re: [ns] Wireless Sensor Network in NS-2.34

2011-11-11 Thread samira h
Hi, If you are using ns2 with cygwin in windows, in the path C:\cygwin\home\*X Username*\ns-allinone-2.34\ns-2.34\tcl\ex you can find the wireless-demo-csci694.tcl. Also it is attached. On Fri, Nov 11, 2011 at 6:57 PM, Rahul Sharma wireless.ra...@gmail.comwrote: Hi All, I want a sample

[ns] Change god.cc and make it

2011-12-01 Thread samira h
Hello, I'm going to change the file god.cc and add my code there and then compile and make it. Please help me by explaining the necessary steps for example first add the god.o in make file in ns folder and ... Thanks in advance.