forked from iot-onboarding/mudmaker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmudvisualizer_help.html
More file actions
113 lines (113 loc) · 4.53 KB
/
mudvisualizer_help.html
File metadata and controls
113 lines (113 loc) · 4.53 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<!--
Prism by TEMPLATED templated.co @templatedco Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)-->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>MUDVisualizer Help</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css">
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body> <!-- Banner -->
<section id="banner">
<div class="inner split">
<section>
<h2>Welcome to MUD Visualizer<a href="http://templated.co"></a></h2>
</section>
<section>
<p>A tool to visualize your MUD files</p>
<ul class="actions">
<li><a href="mudvisualizer.html" class="button special">Go Right to
MUD Visualizer </a></li>
</ul>
</section>
</div>
</section>
<!-- One -->
<section id="one" class="wrapper">
<div class="inner split">
<section>
<h2>Why MUD Visualizer?</h2>
<p>MUD files are difficult to read and validate manually. This tool
tries to facilitate the reading and validating process by
visualizing them. </p>
<ul class="actions">
<li><a href="#two" class="button alt"><span style="color: #777777;">How
to<br>
</span></a></li>
</ul>
</section>
<section>
<ul class="checklist">
<li>MUD Visualizer Supports 6 MUD abstractions including,
domain-names, manufacturer, same-manufacturer, local-networks,
controller and my-controller</li>
<li>MUD Visualizer can show both the incoming and outgoing traffic
which could possibly have different rules. </li>
<li>MUD Visualizer can visualize multiple MUD-files at the same time
and visualize the communications based on how their ACEs match.</li>
<li>MUD Visualizer is an open-source adn free; Anyone can use it.</li>
</ul>
</section>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper style2 alt">
<div class="inner">
<div class="spotlight">
<div class="fullimage"> <img src="MUD-Visualizer/img/help/1_default.png"></div>
</div>
<div class="spotlight">
<div class="fullimage"> <img src="MUD-Visualizer/img/help/2_buttons.png"></div>
</div>
<div class="spotlight">
<div class="fullimage"> <img src="MUD-Visualizer/img/help/3_loaded_file.png"></div>
</div>
<div class="spotlight">
<div class="fullimage"> <img src="MUD-Visualizer/img/help/4_ACEs.png"></div>
</div>
<div class="spotlight">
<div class="fullimage"> <img src="MUD-Visualizer/img/help/5_mycontroller.png"></div>
</div>
<div class="spotlight">
<div class="fullimage"> <img src="MUD-Visualizer/img/help/6_controller.png"></div>
</div>
</div>
</section>
<!-- Contact -->
<section id="contact" class="wrapper">
<div class="inner split">
<section>
<ul class="contact">
<li class="fa-envelope"><a href="mailto:mud@ietf.org">mud@ietf.org</a></li>
</ul>
<img src="MUD-Visualizer/img/help/mudvisualizer-logo.png" alt="MUD" style="width: 350px; height:auto">
<ul class="contact">
</ul>
</section>
<section>
<h3>The Standard</h3>
<a href="https://www.rfc-editor.org/info/rfc8520">RFC 8520 -
Manufacturer Usage Descriptions</a><br>
<br>
<br>
<h3> GitHub: </h3>
<tiny><a href="https://github.com/Vafa-Andalibi/MUD-Visualizer">MUD-Visualizer</a>
</tiny> </section>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="copyright"> © Untitled. All rights reserved. Images: <a href="http://unsplash.com">Unsplash</a>.
Design: <a href="http://templated.co">TEMPLATED</a>. </div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>