-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchapter07.html
66 lines (61 loc) · 2.62 KB
/
chapter07.html
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
65
66
<!DOCTYPE HTML>
<html>
<head>
<title>OMNeT++ Book</title>
<meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!-- modernizr enables HTML5 elements and feature detects -->
<script type="text/javascript" src="js/modernizr-1.5.min.js"></script>
</head>
<body>
<div id="main">
<header>
<div id="logo">
<div id="logo_text">
<!-- class="logo_colour", allows you to change the colour of the text -->
<h1><span class="logo_colour"><a href="index.html">Recent Advances in Network Simulation:</a></span></h1>
<h1>The OMNeT++ Environment and its Ecosystem</h1>
</div>
</div>
<nav id="navMenu">
<ul class="sf-menu" id="nav">
<li><a href="index.html">Home</a></li>
<li><a href="resources.html">Book resources</a></li>
</ul>
</nav>
</header>
<div id="site_content">
<div class="gallery">
<ul class="images">
<li class="show"><img width="950" height="300" src="images/top1.jpg" alt="simplistic 1" /></li>
<li><img width="950" height="300" src="images/top1.jpg" alt="simplistic 2" /></li>
</ul>
</div>
<div class="content">
<h2>Chapter 7:</h2>
<h3>SEA++: A Framework for Evaluating the Impact of Security Attacks in OMNeT++/INET</h3>
<p><a href="https://github.com/seapp/seapp_stable">Link to the latest release</a></p>
<p><a href="https://github.com/seapp/seapp_stable">Link to the release considered in the book</a></p>
<p><a href="https://github.com/seapp/seapp_stable/blob/master/seapp-manual/seapp-manual.pdf">Installation requirements for the release considered in the book</a></p>
<p><a href="https://github.com/seapp/seapp_stable/blob/master/seapp-manual/seapp-manual.pdf">Examples</a></p>
</div>
</div>
<footer>
<p>Copyright © CSS3_simplistic | <a href="http://www.css3templates.co.uk">design from css3templates.co.uk</a></p>
</footer>
</div>
<p> </p>
<!-- javascript at the bottom for fast page loading -->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.easing-sooper.js"></script>
<script type="text/javascript" src="js/jquery.sooperfish.js"></script>
<script type="text/javascript" src="js/image_fade.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('ul.sf-menu').sooperfish();
});
</script>
</body>
</html>