Hi!
I am really sorry to post a very in general request. Basically I am a
begginer of NS-2. Can you please help me informing the way that I can
start with NS-2 and work with TDMA protocol? I need your help urgently.

Regards,
 GM
--------------------------------------------
G M Shafiullah
Master of Engineering (Research) Student
Centre for Railway Engineering (CRE)
Faculty of Sciences, Engineering and Health
Central Queensland University
Rockhampton, Qld 4702
AUSTRALIA

Phone: 61 7 4930 9313
Mobile:61 4 3208 5800
Email: [EMAIL PROTECTED],      [EMAIL PROTECTED], [EMAIL PROTECTED] 


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Saturday, August 11, 2007 10:00 AM
To: [email protected]
Subject: Ns-users Digest, Vol 44, Issue 12

Send Ns-users mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://mailman.isi.edu/mailman/listinfo/ns-users
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific than
"Re: Contents of Ns-users digest..."


Today's Topics:

   1. a very simple and stupid question (Rami .Z.)
   2. Re: advice (relatime protocol implementation on ns-2)
      (Daniel Mahrenholz)
   3. mobileipv6 simulation (saritha bheemisetty)
   4. mobileipv6 simulation (saritha bheemisetty)
   5. How to patch A-RIO support Diffserv (Le Dinh Danh)
   6. Generating traffic and mobility models (Saeed SHAHBAZI)
   7. dynamically creating mobile nodes (Minkyong Kim)
   8. please help me to install IEEE 802.11e HCCA. (ByungJoon Oh)


----------------------------------------------------------------------

Message: 1
Date: Fri, 10 Aug 2007 07:34:18 +0000
From: "Rami .Z." <[EMAIL PROTECTED]>
Subject: [ns] a very simple and stupid question
To: <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

how can i send a packet?:))
i have my own trace file that i want to inject to ns2 i dont want to
deal with agents or re build protocols , i simply want to parse each
line and tell ns2 SEND THE PACKET ! 
 
using NETWORK/IP  agent? 
 
anyone can inlight me??
 
_________________________________________________________________
Learn. Laugh. Share. Reallivemoms is right place!
http://www.reallivemoms.com?ocid=TXT_TAGHM&loc=us

------------------------------

Message: 2
Date: Fri, 10 Aug 2007 10:02:35 +0200
From: Daniel Mahrenholz <[EMAIL PROTECTED]>
Subject: Re: [ns] advice (relatime protocol implementation on ns-2)
To: koleti suresh <[EMAIL PROTECTED]>
Cc: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi,

koleti suresh schrieb:
> Please advice me how to implement real time protocol(it should work on
linux) on ns-2 ?
> can any one tell that in which applications we willl use ns-2?
> let me conform whether this tool is used for real time implementation
of a protocol or not?
> my basic doubt is i want to implement new protocol for linux. whether
i can use this tool for development purpose ?
>   
If you try to implement a new protocol for linux and need to test it in
ns-2, our extension may be a solution for you:
http://ivs.cs.uni-magdeburg.de/EuK/forschung/projekte/gea/index.shtml
http://ivs.cs.uni-magdeburg.de/EuK/forschung/publikationen/pdf/2005/gea.
pdf

If you find this approach suitable for your needs, contact me to get the
extension.

Daniel.

--
Dr.-Ing. Daniel Mahrenholz
rt-solutions.de GmbH
Oberl?nder Ufer 190a
D-50968 K?ln

Web:     www.rt-solutions.de

rt-solutions.de
networks you can trust.



------------------------------

Message: 3
Date: Fri, 10 Aug 2007 16:02:45 +0530
From: "saritha bheemisetty" <[EMAIL PROTECTED]>
Subject: [ns] mobileipv6 simulation
To: [email protected], [email protected]
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1

hi to all,
       is it possible to simulate mobileipv6 in ns2.29?
        can any one help me , how to simulate mobileipv6 in ns2?
       thank you

 regards
 saritha


------------------------------

Message: 4
Date: Fri, 10 Aug 2007 16:02:45 +0530
From: "saritha bheemisetty" <[EMAIL PROTECTED]>
Subject: [ns] mobileipv6 simulation
To: [email protected], [email protected]
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1

hi to all,
       is it possible to simulate mobileipv6 in ns2.29?
        can any one help me , how to simulate mobileipv6 in ns2?
       thank you

 regards
 saritha


------------------------------

Message: 5
Date: Fri, 10 Aug 2007 03:58:23 -0700
From: "Le Dinh Danh" <[EMAIL PROTECTED]>
Subject: [ns] How to patch A-RIO support Diffserv
To: [email protected]
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=UTF-8

Hi all!
I am studying A-RIO Queue Managent. I am using version ns-allinone-2.29
and it doesn't support A-RIO. I copied some files implemented A-RIO from
version ns-allinone-2.1b9a into my version, but it still not work. How
should I do to patch it? Or should I reinstall my ns?
I forward to your advices.
Many thanks!

--
L? ??nh Danh
Tel: 0912 449 666
Email: [EMAIL PROTECTED]

------------------------------

Message: 6
Date: Fri, 10 Aug 2007 23:20:43 +1000
From: "Saeed SHAHBAZI" <[EMAIL PROTECTED]>
Subject: [ns] Generating traffic and mobility models
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain;       charset=iso-8859-1

Hi all,

As you know, we use "ns cbrgen.tcl [-type cbr|tcp] [-nn nodes] [-seed
seed] [-mc connections][-rate rate]" and "./setdest [-n num_of_nodes]
[-p pausetime] [-s maxspeed] [-t simtime] \  [-x maxx] [-y maxy] >
[outdir/movement-file]" to generate Traffic Model and Mobility Model
respectively in NS2 (in my example:
"cbr-50-10-2" and "scene-50-0-20-100-500-500" files). After that to use
them, we simply can use "source" command in TCL script (in my example:
"adhoc.tcl").
I have implemented a routing protocol called ADIAN. When I try to use
"source"
command in the TCL file I encounter the following error:

"[EMAIL PROTECTED] comparison [1:58] ns adhoc.tcl ADIAN cbr-50-10-2
scene-50-0-20-100-500-500 > log.txt
warning: Please use -channel as shown in tcl/ex/wireless-mitf.tcl
INITIALIZE THE LIST xListHead couldn't read file "cbr-50-10-2": too many
open files
    while executing
"source.orig cbr-50-10-2"
    ("uplevel" body line 1)
    invoked from within
"uplevel source.orig [list $fileName]"
    invoked from within
"if [$instance_ is_http_url $fileName] { set buffer [$instance_ read_url
$fileName] uplevel eval $buffer } else { uplevel source.orig [list
$fileName] ..."
    (procedure "source" line 8)
    invoked from within
"source $opt(cp)"
    (file "adhoc.tcl" line 83)"

However, when I just use the content of the traffic and mobility model
scripts  (i.e. "cbr-50-10-2" and "scene-50-0-20-100-500-500") in my main
script (i.e.
"adhoc.tcl")everything is ok. Does everyone have any idea?

Thanks in advance!

--
Best Regards,
Saeed Shahbazi
------- End of Forwarded Message -------


--
Best Regards,
Saeed Shahbazi



------------------------------

Message: 7
Date: Fri, 10 Aug 2007 09:46:59 -0400
From: "Minkyong Kim" <[EMAIL PROTECTED]>
Subject: [ns] dynamically creating mobile nodes
To: [email protected]
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1

Does ns-2 provide a way to dynamically create or remove mobile nodes
during simulation instead of at the beginning?

-Minkyong


------------------------------

Message: 8
Date: Fri, 10 Aug 2007 15:43:28 -0400
From: "ByungJoon Oh" <[EMAIL PROTECTED]>
Subject: [ns] please help me to install IEEE 802.11e HCCA.
To: "mailing list ns-2" <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="ks_c_5601-1987"

Dear All NS-users,

I try to install ns2hcca source code decribed with website:
http://info.iet.unipi.it/~cng/ns2hcca/
However, I can't install about that.
As described this website, I have followed the precedure of
installation.
But, I can't make sense of Number 4 of process. (attached by pic file).
please advice me to get a clue.

Thank you in advance.

Best regards,
BJ,

------------------------------

_______________________________________________
Ns-users mailing list
[email protected]
http://mailman.isi.edu/mailman/listinfo/ns-users


End of Ns-users Digest, Vol 44, Issue 12
****************************************

Reply via email to