[ns] Regarding trace graph

2013-04-15 Thread shiny
hi all, Is trace graph will support for wired cum wireless trace? Waiting for ur replies frndz... \ regards' John shiny .J

[ns] explanation of command function in ns2

2013-04-09 Thread shiny
hi all, anybody can explain about command() function,how it works and what's the purpose of that function.Waiting for ur replies frndz... *example command function in snoop.cc file * * * int Snoop::command(int argc, const char*const* argv) { //Tcl& tcl = Tcl::instance(); if (argc == 3) { if (str

[ns] cross layer implementation

2013-04-08 Thread shiny
hi frndz, how to make a cross layer between mac and transport layers without the interruption of network layer? -- With Regards, John Shiny.J

[ns] About command() function in ns2?

2013-03-17 Thread shiny
hi all, Anybody can explain what is the purpose of command() function in ns2??? -- With Regards, John Shiny.J

[ns] About RXThreshold and CSThreshold calculation

2013-03-15 Thread shiny
Hi frndz, Anybody know where the RXThreshold and CSThreshold values are calculated in ns2 back-end -- With Regards, John Shiny.J

[ns] awk script to calculate FER

2013-03-14 Thread shiny
hi frndz, anybody have awk script to calculate FER ..plz help -- With Regards, John Shiny.J

[ns] How to estimate frame errors in mac-802_11.cc?

2013-03-14 Thread shiny
hi frndz, How to calculate frame errors in mac-802_11.cc. plz help me --thanks With Regards, John Shiny.J

[ns] Awk script for throughput calculation

2013-03-12 Thread shiny
Hi all, Anybody have awk script for throughput calculation in wired cum wireless scenario.. -- With Regards, John Shiny.J

Re: [ns] how to estimate transmission failure in 802.11.cc?

2013-03-11 Thread shiny
gt; > Thanks > > > > On Wed, Mar 6, 2013 at 3:41 AM, shiny wrote: > >> Hi sai, >> To calculate total frames send in mac-802_11.cc i keep a counter in >> sendDATA() function.Is it correct? am waiting for ur reply... >> >> On Fri, Mar 1, 2013 at 10:55 AM, shiny

[ns] What is the purpose of sendDATA() function in mac-802_11.cc?

2013-03-06 Thread shiny
-- With Regards, John Shiny.J

Re: [ns] awk script to calculate total frames sent ?

2013-03-05 Thread shiny
http://www.ece.ubc.ca/~teerawat > > > > On Mar 5, 2013, at 6:30 PM, shiny wrote: > > > > > hi all, > > anybody have an awk script to calculate total frames sent.. > > > > --thanx > > With Regards, > > John Shiny.J > > > > -- With Regards, John Shiny.J

[ns] awk script to calculate total frames sent ?

2013-03-05 Thread shiny
hi all, anybody have an awk script to calculate total frames sent.. --thanx With Regards, John Shiny.J

[ns] FER calculation in mac layer?

2013-02-28 Thread shiny
hi all? anybody have the source code for FER calculation? nd to calculate FER, BER and SNR is necessary? -- With Regards, John Shiny.J

[ns] how to calculate total number of frames send in mac layer

2013-02-28 Thread shiny
hi all, anybody know how to estimate total frames send in mac-802-11.cc -- With Regards, John Shiny.J

[ns] cross layer approach in ns2

2013-02-27 Thread shiny
hi all, anybody know how to make cross layer between mac and transport layers . -- With Regards, John Shiny.J

[ns] about FER

2013-02-27 Thread shiny
hi all, can anybody help me to calculate FER in mac-802_11.cc file -- With Regards, John Shiny.J

[ns] how to estimate transmission failure in 802.11.cc?

2013-02-19 Thread shiny
hi all, Anybody know how to estimate transmission failure in mac layer? -- With Regards, John Shiny.J

[ns] How to calculate frame error rate?

2013-02-07 Thread shiny
Hi frndz, can any one know how to calculate frame error rate in ns2?help me plz -- With Regards, John Shiny.J

[ns] how to estimate transmission failures in mac layer?

2013-02-04 Thread shiny
hi all, how to calculate number of transmission failures in mac layer using ns2? -- With Regards, John Shiny.J

[ns] how to access the variables in .cc files?

2013-01-29 Thread shiny
hi all, how to include variables from one .cc file to other? -- With Regards, John Shiny.J

Re: [ns] Calculate Signal strength in ns2

2013-01-26 Thread shiny john
set opt(prop) propagation/FreeSpace Leyond wrote: > > Hello,all > I want to calculate the signal strength received from some APS. But > up to now, I just have written some codes like below to implement this > function[of course, i am not sure it is correct or not]:-(( > > proc record {}

[ns] Fwd: how to estimate RXThresh?

2013-01-24 Thread shiny
-- Forwarded message -- From: shiny Date: Thu, Jan 24, 2013 at 7:52 AM Subject: how to estimate RXThresh? To: ns-users-requ...@isi.edu, ns-users@isi.edu Hi frndz, As i changed set opt(prop) Propagation/FreeSpace i got the pr value but i didnt get pr value when it is Propagation

[ns] how to estimate RXThresh?

2013-01-20 Thread shiny
hi frndz, I am using TwoRay ground and for different distances...can any one help me to calculate Rxthresh? -- With Regards, John Shiny.J

[ns] how to estimate signal strength of each node?

2013-01-06 Thread shiny
hi frndz, i want to estimate signal strength of each node for that i have to calculate Rxthresh and Csthresh. i am working with a scenario of wired lan nodes and base station connected with wireless nodes.i am beginner of this concept. can any one help me where to start my work? -- With Regard

[ns] Explanation about WLAN trace file?

2012-12-13 Thread shiny
hi frndz, Am working with WLAN .My scenario is base station act as access point to connect wired LAN nodes and wireless nodes. I want to know the explanation of WLAN trace file . can anyone help me? my trace file format is f -t 0.089076526 -Hs 14 -Hd -1 -Ni 14 -Nx 135.00 -Ny 66.00 -Nz 0.00 -Ne

[ns] LAN creation in heterogeneous networks

2012-12-13 Thread shiny
hi frndz, i want to add wired nodes in lan. Is any useful websites for Lan creation?. plz help me frndz am awaiting for ur replies -- With Regards, John Shiny.J

[ns] LAN creation

2012-12-12 Thread shiny
Hi frndz, how to add more number of wired nodes in LAN? -- With Regards, John Shiny.J

[ns] implementation of snoop agent at base station

2012-11-14 Thread shiny
hi frndz, i have added LL/LLSnoop to my tcl script for snoop agent deployment at base station.there is no difference with or without LL/LLSnoop. Is there any more code to add snoop agent in tcl script.plz help me frndz... -- With Regards, John Shiny.J

[ns] what is the meaning of HDR_CMN?

2012-11-05 Thread shiny
hi frndz, what is the meaning of HDR_CMN? where this member function was defined in ns2. -- With Regards, John Shiny.J

[ns] what is nsaddr_t in ns2

2012-11-05 Thread shiny
hi frndz, In ns2 back end file packet.h some variables are declared with the type nsaddr_t.it defines wat? -- With Regards, John Shiny.J

[ns] tcl script

2012-11-04 Thread shiny
hi frndz, i have set my ftp stop time as 250 in my tcl script but nam window stop at 18 sec itself. can anyone help me plz. very urgent.. -- With Regards, John Shiny.J

[ns] about contention window

2012-11-03 Thread shiny
hi frndz, In ns2 back end file mac i have found getCWMin() function was called in mac-802_11.cc ,mac-802_11Ext.cc. I want to where this function was actually defined. can anybody help me plz. am eagerly awaiting for ur reply... -- With Regards, John Shiny.J

[ns] how to clear this error?

2012-11-02 Thread shiny
Hi frndz, can any body know how to clear this following error in tcl script? Error!! str2addr:Address 166881207 outside range of address field length 1024 -- With Regards, John Shiny.J

[ns] throughput calculation for wired cum wireless networks

2012-11-01 Thread shiny
hi frndz, can anybody help me to calculate throughput for wired cum wireless scenario -- With Regards, John Shiny.J

[ns] how to add LLSnoop at base station

2012-11-01 Thread shiny
Hi ns users, how to add LLSnoop with base station in tcl script -- With Regards, John Shiny.J

Re: [ns] Fwd: [Help] About configure snoop protocol in wired-cum-wireless architecture

2012-11-01 Thread shiny john
how to apply LLSnoop to base station. I have add this line set $opt(lls) LL/LLSnoop buit i dont know how to configure LLSnoop with base station Narendran Thangarajan wrote: > > > Narendran Thangarajan wrote: >> >> Got the solution. When the LLSnoop is applied to the same node which acts >>

[ns] how to patch snoop.cc file with tcl script?

2012-10-31 Thread shiny
Hi ns users, am working with wired cum wireless networks.can any one help me to patch snoop.cc file with my tcl script. -- With Regards, John Shiny.J

[ns] change contention window value in 802.11.cc file

2012-10-30 Thread shiny
can any one help me to double the contention window in 802.11.cc file when there is a collision in the data transmission. -- With Regards, John Shiny.J

[ns] throughput calculation in wired cum wireless environment

2012-10-15 Thread shiny
Dear ns-users, I am sumulating a wired-cum-wireless network. I am facing a trouble in writing an *awk* script to calculate throughput in *wired*-*cum*-*wireless* scenarios, how can I deal with the *wired* trace to calculate the number of sent packets?also how can I calculate the end-to-end d

[ns] how to trace contention window values in ns2?

2012-10-01 Thread shiny
hi everybody, i would like to plot the xgraph using contention window and time . can anyone help me? -- With Regards, John Shiny.J

[ns] how to trace the cw values in ns2?

2012-10-01 Thread shiny
-- With Regards, John Shiny.J

[ns] can anybody to help me to deploy snoop agent in base station using ns2 simulation

2012-08-31 Thread shiny
-- Regards, John Shiny.J