mirror of https://github.com/nealey/vail.git
Simplify protocol description, remove outdated todo
This commit is contained in:
parent
dcf10eb123
commit
fc213369c1
|
@ -435,13 +435,10 @@
|
|||
<p>
|
||||
Each Vail transmission (packet) consists of:
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>timestamp (milliseconds since 1 Jan 1970, 00:00:00 in Reykjavík)</li>
|
||||
<li>transmission duration (milliseconds)</li>
|
||||
<li>silence duration (milliseconds, optional)</li>
|
||||
<li>transmission duration (milliseconds, optional)</li>
|
||||
<li>silence duration (milliseconds, optional)</li>
|
||||
<li>Repeat as necessary</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
|
@ -508,19 +505,9 @@
|
|||
|
||||
<div class="mdl-card mdl-shadow--4dp">
|
||||
<div class="mdl-card__title">
|
||||
<h2 class="mdl-card__title-text">Future plans</h2>
|
||||
<h2 class="mdl-card__title-text">How can I help?</h2>
|
||||
</div>
|
||||
<div class="mdl-card__supporting-text">
|
||||
<ul>
|
||||
<li>Move to a more permanent URL</li>
|
||||
<li>Make this page less ugly</li>
|
||||
<li>Arduino program to let you hook up an iambic paddle over USB</li>
|
||||
<li>Document the protocol</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3 class="mdl-card__title-text">How can I help?</h3>
|
||||
|
||||
<ul>
|
||||
<li>Improve the <a href="https://github.com/nealey/vail/">source code</a></li>
|
||||
<li>Email me and let me know you're using it</li>
|
||||
|
|
Loading…
Reference in New Issue