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
>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
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
"[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
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
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
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