Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #103425 > unrolled thread
| Started by | nikhil amraotkar <nikhil.amraotkar1@gmail.com> |
|---|---|
| First post | 2016-02-23 18:54 -0800 |
| Last post | 2016-02-24 14:27 -0500 |
| Articles | 4 — 4 participants |
Back to article view | Back to comp.lang.python
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
| From | nikhil amraotkar <nikhil.amraotkar1@gmail.com> |
|---|---|
| Date | 2016-02-23 18:54 -0800 |
| Subject | Network Simulator |
| Message-ID | <3fb8c52b-4d7c-474d-bef9-26a0a24b1d77@googlegroups.com> |
Hi...I need help to design a network simulator consisting for 5 routers in python...Any help would be appretiated... Thanks..
[toc] | [next] | [standalone]
| From | Joel Goldstick <joel.goldstick@gmail.com> |
|---|---|
| Date | 2016-02-23 22:42 -0500 |
| Message-ID | <mailman.83.1456285360.20994.python-list@python.org> |
| In reply to | #103425 |
On Tue, Feb 23, 2016 at 9:54 PM, nikhil amraotkar < nikhil.amraotkar1@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 Goldstick http://joelgoldstick.com/ <http://joelgoldstick.com/stats/birthdays> http://cc-baseballstats.info/
[toc] | [prev] | [next] | [standalone]
| From | "Martin A. Brown" <martin@linux-ip.net> |
|---|---|
| Date | 2016-02-24 07:55 -0800 |
| Message-ID | <mailman.100.1456329330.20994.python-list@python.org> |
| In reply to | #103425 |
>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/
[toc] | [prev] | [next] | [standalone]
| From | Aaron Christensen <aaron.christensen@gmail.com> |
|---|---|
| Date | 2016-02-24 14:27 -0500 |
| Message-ID | <mailman.103.1456342035.20994.python-list@python.org> |
| In reply to | #103425 |
On Feb 23, 2016 9:55 PM, "nikhil amraotkar" <nikhil.amraotkar1@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 What is the purpose for designing it in Python? I'm a network engineer and use GNS3 and Packet Tracer. I could see the benefit of creating Python scripts to manage networking devices but not sure why you would want to use Python. I use Python to generate configuration scripts but haven't used it for any management yet.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web