* [Codel] new ns3 tree for codel/fq_codel (coping with mercurial and ns3)
@ 2012-08-09 23:33 Dave Taht
0 siblings, 0 replies; only message in thread
From: Dave Taht @ 2012-08-09 23:33 UTC (permalink / raw)
To: codel
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!"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-08-09 23:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-09 23:33 [Codel] new ns3 tree for codel/fq_codel (coping with mercurial and ns3) Dave Taht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox