[ns] How to produce HTTP Packet/Traffic

2015-03-11 Thread barjinder singh sidhu
$packmime set-client Associates the node with the PackMimeHTTP client cloud If I write a tcl like: $pm set-client $nB; # name $nB as client $pm set-client $nC; # name $nB as client $pm set-server $nY; # name $nY as server It gives me the foll

Re: [ns] How to produce HTTP Packet/Traffic

2008-07-17 Thread Levent Kurt
Thanks for the information Arturo; took so much on the road with packmime; but although it says: $packmime set-client Associates the node with the PackMimeHTTP client cloud If I write a tcl like: $pm set-client $nB; # name $nB as client $pm set-client $nC; # n

Re: [ns] How to produce HTTP Packet/Traffic

2008-07-16 Thread Arturo Servin
I have never used it but I think that Packmime-http could be useful for you: http://ns-2.blogspot.com/2007/05/web-traffic-generation-in-ns-2-with.html The original link is not working but you can use the google cache: http://216.239.59.104/search?q=cache:2DxyFk3Ho-YJ:dirt.cs.

[ns] How to produce HTTP Packet/Traffic

2008-07-16 Thread Levent Kurt
Hi there, I have a project to do in NS I found so many working examples on how to produce FTP or CBR, but I couldn't found any "simple" way to produce 5 HTTP packets from one location to another. I'm completely overloaded with other project at school and unfortunately don't have time to go too de