Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #103452
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | "Martin A. Brown" <martin@linux-ip.net> |
| Newsgroups | comp.lang.python |
| Subject | Re: Network Simulator |
| Date | Wed, 24 Feb 2016 07:55:19 -0800 |
| Lines | 22 |
| Message-ID | <mailman.100.1456329330.20994.python-list@python.org> (permalink) |
| 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 | <martin@linux-ip.net> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:103452 |
Show key headers only | View raw
>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/
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Network Simulator nikhil amraotkar <nikhil.amraotkar1@gmail.com> - 2016-02-23 18:54 -0800 Re: Network Simulator Joel Goldstick <joel.goldstick@gmail.com> - 2016-02-23 22:42 -0500 Re: Network Simulator "Martin A. Brown" <martin@linux-ip.net> - 2016-02-24 07:55 -0800 Re: Network Simulator Aaron Christensen <aaron.christensen@gmail.com> - 2016-02-24 14:27 -0500
csiph-web