-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex3.html
More file actions
64 lines (64 loc) · 1.85 KB
/
index3.html
File metadata and controls
64 lines (64 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="generator" content="jemdoc, see http://jemdoc.jaboc.net/" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="jemdoc.css" type="text/css" />
<title></title>
</head>
<body>
<table summary="Table for page layout." id="tlayout">
<tr valign="top">
<td id="layout-menu">
<div class="menu-category">Simeng Bian</div>
<div class="menu-item"><a href="index.html">Home</a></div>
<div class="menu-item"><a href="index2.html">Course</a></div>
<div class="menu-item"><a href="index3.html" class="current">Project</a></div>
</td>
<td id="layout-content">
<div class="infoblock">
<div class="blockcontent">
<h1>Projects Information</h1>
<p>Recently I focused on learning how to use Mininet, an instant virtual network on PC.During this I doing some small projects with the help of tutorial.</p>
<h2>Learn miniedit</h2>
<ul>
<li><p>How to set up miniedit.</p>
</li>
<li><p>Use miniedit to create customized topology.</p>
</li>
<li><p>Save the topology as python script.</p>
</li>
</ul>
<h2>Measure link loss</h2>
<ul>
<li><p>Be familiar with writing customized topology script.</p>
</li>
<li><p>Be familiar with POX controller.</p>
</li>
</ul>
<h2>Set bandwidth & test</h2>
<ul>
<li><p>Set bandwidth,loss and delay for links.</p>
</li>
<li><p>Use iperf to testing bandwidth between hosts.</p>
</li>
</ul>
<h2>Change transmission rule</h2>
<ul>
<li><p>Be familiar with writing customized topology script.</p>
</li>
<li><p>Write POX controller to change the transmission rule</p>
</li>
</ul>
</div></div>
<div id="footer">
<div id="footer-text">
Page generated 2016-02-25 23:29:13, by <a href="http://jemdoc.jaboc.net/">jemdoc</a>.
</div>
</div>
</td>
</tr>
</table>
</body>
</html>