Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "Martin A. Brown" Newsgroups: comp.lang.python Subject: Re: Network Simulator Date: Wed, 24 Feb 2016 07:55:19 -0800 Lines: 22 Message-ID: References: <3fb8c52b-4d7c-474d-bef9-26a0a24b1d77@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Trace: news.uni-berlin.de dH2jimruCXGGsibE5c34lgIhXyoHPb3R8ELQlgdqbyZA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'url:github': 0.09; 'from:addr:martin': 0.16; 'luck,': 0.16; 'received:hsd1.or.comcast.net': 0.16; 'received:io': 0.16; 'received:or.comcast.net': 0.16; 'received:psf.io': 0.16; 'looked': 0.16; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'martin': 0.22; 'cc:no real name:2**0': 0.22; 'header:In-Reply- To:1': 0.24; 'received:24': 0.28; 'consisting': 0.29; 'url:wiki': 0.30; 'are:': 0.32; 'received:comcast.net': 0.33; 'url:org': 0.36; 'subject:: ': 0.37; 'two': 0.37; 'charset:us-ascii': 0.37; 'received:network': 0.61; 'different': 0.63; 'subject:Network': 0.84 X-X-Sender: mabrown@macron.wonderfrog.net In-Reply-To: <3fb8c52b-4d7c-474d-bef9-26a0a24b1d77@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21rc2 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:103452 >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/jsommers/switchyard NS-3, the researcher's toolkit https://www.nsnam.org/ https://www.nsnam.org/wiki/Python_bindings Good luck, -Martin -- Martin A. Brown http://linux-ip.net/