Re: Network Simulator

2016-02-24 Thread Aaron Christensen
On Feb 23, 2016 9:55 PM, "nikhil amraotkar" wrote: > > Hi...I need help to design a network simulator consisting for 5 routers in python...Any help would be appretiated... > Thanks.. > -- > https://mail.python.org/mailman/listinfo/python-list What is the purpose for designing it in Python? I'm a

Re: Network Simulator

2016-02-24 Thread Martin A. Brown
>Hi...I need help to design a network simulator consisting for 5 >routers in python...Any help would be appretiated... Have you looked at existing network simulators? On two different ends of the spectrum are: Switchyard, a small network simulator intended for pedagogy https://github.com/j

Re: Network Simulator

2016-02-23 Thread Joel Goldstick
On Tue, Feb 23, 2016 at 9:54 PM, nikhil amraotkar < nikhil.amraotk...@gmail.com> wrote: > Hi...I need help to design a network simulator consisting for 5 routers in > python...Any help would be appretiated... > Thanks.. > -- > https://mail.python.org/mailman/listinfo/python-list > -- Joel Gold

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