CS143:网络模拟器 2014

时间:2024-07-27 02:00:24
【文件属性】:

文件名称:CS143:网络模拟器 2014

文件大小:27KB

文件格式:ZIP

更新时间:2024-07-27 02:00:24

Python

CS 143 网络模拟器和编辑器 作者 Ryan Batterman - 用于模拟器的结构、Bellman-Ford、TCP Reno Joseph Choi - 模拟器、网络编辑器的代码文档 Archan Luhar - 用于模拟器的结构调试、绘图 Kevin Yang - FAST TCP for Simulator 网络模拟器 先决条件 Python 3 matplotlib 运行模拟器 运行程序: python3 network_simulator/Controller.py -f [jsonfile] 例子: python3 network_simulator/Controller.py -f test_cases/test0.json 这将生成流量、链接速率、缓冲区占用、数据包丢失和窗口大小的图表。 网络编辑器 先决条件 谷歌浏览器 运行编辑器 在 Web 浏览器中


【文件预览】:
CS143-master
----.gitignore(17B)
----network_simulator()
--------Controller.py(12KB)
--------Link.py(8KB)
--------EventQueue.py(1KB)
--------Packet.py(3KB)
--------Flow.py(12KB)
--------Device.py(7KB)
----test_cases_fast()
--------test1.json(2KB)
--------test2.json(4KB)
--------test0.json(591B)
----network_editor()
--------main.css(4KB)
--------main.js(1KB)
--------context_menu.js(3KB)
--------device.js(5KB)
--------force_directed_graph.js(13KB)
--------link.js(3KB)
--------main.html(738B)
--------editable_text.js(2KB)
----README.md(4KB)
----test_cases_reno()
--------test1.json(2KB)
--------test2.json(4KB)
--------test0.json(591B)

网友评论