2020-08-30 18:30:45 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<meta name="robots" content="noindex">
|
|
|
|
<title>MOANA: Modules of OBUS Assigned Numbers Authority</title>
|
|
|
|
<style type="text/css" media="screen">
|
|
|
|
html {
|
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
background: hsl(38, 10%, 97%);
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 1rem;
|
|
|
|
max-width: 65rem;
|
|
|
|
line-height: 1.4;
|
|
|
|
font-family: sans;
|
|
|
|
color: hsl(0, 0%, 5%);
|
|
|
|
}
|
|
|
|
header {
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
border-bottom: 2px solid hsl(0, 0%, 30%);
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
|
|
line-height: 1.2;
|
|
|
|
}
|
|
|
|
.keyword {
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 500px) {
|
|
|
|
.tabular {
|
|
|
|
margin: 0 1rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.tabular, pre {
|
|
|
|
overflow-x: auto;
|
|
|
|
}
|
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0;
|
2020-08-30 19:17:54 +02:00
|
|
|
margin-bottom: 1em;
|
2020-08-30 18:30:45 +02:00
|
|
|
}
|
|
|
|
thead th {
|
|
|
|
border-top: 2px solid hsl(0, 0%, 25%);
|
|
|
|
border-bottom: 2px solid hsl(0, 0%, 25%);
|
|
|
|
}
|
|
|
|
th, td {
|
|
|
|
text-align: left;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0.2em 0.7em;
|
|
|
|
line-height: 1.2;
|
|
|
|
border-bottom: 1px solid hsl(0, 0%, 90%);
|
|
|
|
}
|
|
|
|
th {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
td {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
tbody tr:last-child th, tbody tr:last-child td {
|
|
|
|
border-bottom: 1px solid hsl(0, 0%, 0%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.typ-id, .id-rng, .mod-id {
|
|
|
|
text-align: right;
|
|
|
|
}
|
2020-08-30 19:17:54 +02:00
|
|
|
.remark {
|
|
|
|
min-width: 10em;
|
|
|
|
}
|
2020-08-30 18:30:45 +02:00
|
|
|
|
|
|
|
section {
|
|
|
|
margin-bottom: 2rem;
|
2020-08-30 19:17:54 +02:00
|
|
|
padding-bottom: 1.5rem;
|
2020-08-30 18:30:45 +02:00
|
|
|
border-bottom: 1px dashed hsl(0, 0%, 30%);
|
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
|
|
|
margin-top: 2rem;
|
|
|
|
color: hsl(0, 0%, 30%);
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
font-size: 100%;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<h1>MOANA: Modules of OBUS Assigned Numbers Authority</h1>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<h2 id="current-numbers">Current numbers</h2>
|
|
|
|
<h3 id="module-types">Module types</h3>
|
|
|
|
<div class="tabular">
|
|
|
|
<table>
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th class="typ-id">Type ID</th>
|
|
|
|
<th class="id-rng">Module ID range</th>
|
|
|
|
<th class="mod-tp">Type</th>
|
2020-08-30 19:17:54 +02:00
|
|
|
<th class="remark">Remarks</th>
|
2020-08-30 18:30:45 +02:00
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<tr id="module-type-controller">
|
|
|
|
<td class="typ-id" rowspan="2">0</td>
|
|
|
|
<td class="id-rng">0</td>
|
|
|
|
<td class="mod-tp">controller</td>
|
2020-08-30 19:17:54 +02:00
|
|
|
<td class="remark">There should be one controller per CAN network, and it should use ID 0.</td>
|
2020-08-30 18:30:45 +02:00
|
|
|
</tr>
|
|
|
|
<tr id="module-type-info">
|
|
|
|
<td class="id-rng">1–255</td>
|
2020-08-30 19:17:54 +02:00
|
|
|
<td class="mod-tp"><a href="#module-ids-info">info</a></td>
|
|
|
|
<td class="remark"></td>
|
2020-08-30 18:30:45 +02:00
|
|
|
</tr>
|
|
|
|
<tr id="module-type-puzzle">
|
|
|
|
<td class="typ-id">1</td>
|
|
|
|
<td class="id-rng">0–255</td>
|
2020-08-30 19:17:54 +02:00
|
|
|
<td class="mod-tp"><a href="#module-ids-puzzle">puzzle</a></td>
|
|
|
|
<td class="remark"></td>
|
2020-08-30 18:30:45 +02:00
|
|
|
</tr>
|
|
|
|
<tr id="module-type-needy">
|
|
|
|
<td class="typ-id">2</td>
|
|
|
|
<td class="id-rng">0–255</td>
|
2020-08-30 19:17:54 +02:00
|
|
|
<td class="mod-tp"><a href="#module-ids-needy">needy</a></td>
|
|
|
|
<td class="remark"></td>
|
2020-08-30 18:30:45 +02:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="typ-id">3</td>
|
|
|
|
<td class="id-rng">0–255</td>
|
|
|
|
<td class="mod-tp"><span class="keyword">reserved</span></td>
|
2020-08-30 19:17:54 +02:00
|
|
|
<td class="remark"></td>
|
2020-08-30 18:30:45 +02:00
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
|
2020-08-30 19:17:54 +02:00
|
|
|
<h3 id="module-ids-info">Info modules identifiers</h3>
|
2020-08-30 18:30:45 +02:00
|
|
|
<div class="tabular">
|
|
|
|
<table>
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th class="mod-id">ID</th>
|
|
|
|
<th class="issuee">Issued to</th>
|
|
|
|
<th class="mod-nm">Module name</th>
|
|
|
|
<th class="remark">Remarks</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
2020-09-10 01:54:15 +02:00
|
|
|
<tr id="info-1">
|
|
|
|
<td class="mod-id">1</td>
|
|
|
|
<td class="issuee">redfast00</td>
|
|
|
|
<td class="mod-nm">Serial number module</td>
|
|
|
|
<td class="remark"></td>
|
|
|
|
</tr>
|
2020-08-30 18:30:45 +02:00
|
|
|
<tr id="info-255">
|
|
|
|
<td class="mod-id">255</td>
|
|
|
|
<td class="issuee"><span class="keyword">private use</span></td>
|
|
|
|
<td class="mod-nm">Development</td>
|
2020-08-30 19:17:54 +02:00
|
|
|
<td class="remark">Used before receiving an ID from MOANA.</td>
|
2020-08-30 18:30:45 +02:00
|
|
|
</tr>
|
2020-08-30 19:17:54 +02:00
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<h3 id="module-ids-puzzle">Puzzle modules identifiers</h3>
|
|
|
|
<div class="tabular">
|
|
|
|
<table>
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th class="mod-id">ID</th>
|
|
|
|
<th class="issuee">Issued to</th>
|
|
|
|
<th class="mod-nm">Module name</th>
|
|
|
|
<th class="remark">Remarks</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
2022-02-01 08:00:20 +01:00
|
|
|
<tr id="puzzle-0">
|
|
|
|
<td class="mod-id">0</td>
|
|
|
|
<td class="issuee">Zeus WPI</td>
|
|
|
|
<td class="mod-nm">Doolhof</td>
|
|
|
|
<td class="remark"></td>
|
|
|
|
</tr>
|
2020-08-30 18:30:45 +02:00
|
|
|
<tr id="puzzle-255">
|
|
|
|
<td class="mod-id">255</td>
|
|
|
|
<td class="issuee"><span class="keyword">private use</span></td>
|
|
|
|
<td class="mod-nm">Development</td>
|
2020-08-30 19:17:54 +02:00
|
|
|
<td class="remark">Used before receiving an ID from MOANA.</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<h3 id="module-ids-needy">Needy modules identifiers</h3>
|
|
|
|
<div class="tabular">
|
|
|
|
<table>
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th class="mod-id">ID</th>
|
|
|
|
<th class="issuee">Issued to</th>
|
|
|
|
<th class="mod-nm">Module name</th>
|
|
|
|
<th class="remark">Remarks</th>
|
2020-08-30 18:30:45 +02:00
|
|
|
</tr>
|
2020-08-30 19:17:54 +02:00
|
|
|
</thead>
|
|
|
|
<tbody>
|
2020-08-30 18:30:45 +02:00
|
|
|
<tr id="needy-255">
|
|
|
|
<td class="mod-id">255</td>
|
|
|
|
<td class="issuee"><span class="keyword">private use</span></td>
|
|
|
|
<td class="mod-nm">Development</td>
|
2020-08-30 19:17:54 +02:00
|
|
|
<td class="remark">Used before receiving an ID from MOANA.</td>
|
2020-08-30 18:30:45 +02:00
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<h2 id="requesting-an-identifier-for-your-module">Requesting an identifier for your module</h2>
|
|
|
|
<p>During development, you may use the development identifiers. To participate in games, you should request a unique ID.</p>
|
2020-08-30 19:17:54 +02:00
|
|
|
<p>You can request an identifier in the ~obus channel on the Zeus Mattermost. Use this template:</p>
|
|
|
|
<pre><code><b>**MOANA – Request for OBUS Module ID**</b>
|
2020-08-30 18:30:45 +02:00
|
|
|
My name, for the "issued to" field: <!---->
|
2020-09-10 01:52:45 +02:00
|
|
|
Module name: <!---->
|
2020-08-30 18:30:45 +02:00
|
|
|
Module type: puzzle needy info (remove what does not apply)</i>
|
|
|
|
Remarks: </code></pre>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<h2 id="about-obus">About OBUS</h2>
|
|
|
|
<p>
|
|
|
|
You see an armed time bomb but don't know how to disarm it. Your friends found a manual to defuse the bomb and you have them on call.
|
2020-08-30 19:46:00 +02:00
|
|
|
This is the premise of the game <a href="https://github.com/ZeusWPI/OBUS">OBUS</a>, a hardware project by
|
|
|
|
<a href="https://zeus.ugent.be/">Zeus WPI</a>.
|
2020-08-30 18:30:45 +02:00
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
OBUS consists of different modules (a controller, puzzles, needy modules, info modules) that are connected on a CAN bus. To make sure
|
|
|
|
each module has a unique identifier, MOANA was created.
|
|
|
|
</p>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
©2020 <a href="https://zeus.gent/">Zeus WPI</a>.
|
|
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|