How to produce HTTP Packet/Traffic
barjinder singh sidhu <[email protected]>
| Newsgroups | gmane.network.simulator.isi |
|---|---|
| Message-ID | <CACda-bkXcbcsoLxh8Zc0_VaPMyorK33AJp4LeFgLZL7pZHCrOQ@mail.gmail.com> |
$packmime set-client <node> 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 following error: Error: 2 clients and 1 servers How can I add more than one node to the clients cloud? I want 5 similtaneous client-nodes connecting to one server-node; does anyone have a tcl something similar to what I need? -- barjinder