Re: network simulator in Python ?

2007-02-22 Thread John D Salt
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > On Feb 21, 12:26 pm, "DanielJohnson" <[EMAIL PROTECTED]> wrote: >> I was wondering if anyblody can suggest me a network simulator [Snips] >> I am looking for a simulator [Snips] > Google for Scapy I don't think Scapy is

Re: network simulator in Python ?

2007-02-22 Thread peter rabinovitch
Have a look at simpy. Although it doesn't do the protocols you mention, it is a very good (imho)simulation toolkit in which it would be relatively easy to build whatever protocols you need. I am using it for a traffic management simulation project, and have found it very easy to get going and

Re: network simulator in Python ?

2007-02-21 Thread [EMAIL PROTECTED]
On Feb 21, 12:26 pm, "DanielJohnson" <[EMAIL PROTECTED]> wrote: > I was wondering if anyblody can suggest me a network simulator written > in python in which I can add on my own code and extend its > functionality. > > I am looking for a simulator which will simualte TCP, UDP, RTP and > most networ

Re: Network Simulator in Python

2006-10-24 Thread Daniel
Any help ? Daniel wrote: > Hi, > > I was wondering if anybody can give me pointers on an existing network > simulator in Python somthing like ns2 which would model all the real > world internet dynamics including TCP stacks, congestion, flow control > etc. > > Every help is appreciated, > > Tha