CoDel AQM discussions
 help / color / mirror / Atom feed
From: Dave Taht <dave.taht@gmail.com>
To: codel@lists.bufferbloat.net
Subject: [Codel] new ns3 tree for codel/fq_codel (coping with mercurial and ns3)
Date: Thu, 9 Aug 2012 16:33:45 -0700	[thread overview]
Message-ID: <CAA93jw42V-Z+YicUe00EHhtMW938c2f55fKi_qmjaRRZThEDnQ@mail.gmail.com> (raw)

My previous import of ns3 into github from hg was not working out
well. So I have rebased the
ns3 sfq/codel/fq_codel tree on top of the latest ns3-dev code into a
new tree on github.

git clone git://github.com/dtaht/ns-3-dev.git

Hopefully this version will work out better. The code compiles and
runs but I have not
verified further. easiest way to get it to compile on ubuntu is to do a

apt-get build-dep ns3

to pull in the dependencies, then

./waf configure
./waf # to build it

and as one example test

cat ./testit
#!/bin/sh

# Yes, capitalization is important.

#./waf --run "tcp-qfp --R1=10Mbps --R2=30Mbps --nNodes=15 --mNodes=10
--R=90Mbps --queueType=CoDel"

./waf --run "tcp-qfp --R1=10Mbps --R2=30Mbps --nNodes=15 --mNodes=10
--R=90Mbps --queueType=fq_codel"

This particular test will generate a string of pcap files against this
sim that can be analyzed with other tools
(wireshark/tcptrace + xplot.org)

If you wish to continue tracking ns3 head via mercurial (hg), the
hg-git tool is
your friend.

http://hg-git.github.com/

-- 
Dave Täht
http://www.bufferbloat.net/projects/cerowrt/wiki - "3.3.8-6 is out
with fq_codel!"

                 reply	other threads:[~2012-08-09 23:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.bufferbloat.net/postorius/lists/codel.lists.bufferbloat.net/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAA93jw42V-Z+YicUe00EHhtMW938c2f55fKi_qmjaRRZThEDnQ@mail.gmail.com \
    --to=dave.taht@gmail.com \
    --cc=codel@lists.bufferbloat.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox