Skip to content

Commit

Permalink
deploy: a8a88c0
Browse files Browse the repository at this point in the history
  • Loading branch information
wcampbell0x2a committed Nov 23, 2023
1 parent cf4b73b commit 67c7ce5
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion home.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ <h2 id="quickstart"><a class="header" href="#quickstart">Quickstart</a></h2>
<p>See <a href="quickstart.html">quickstart</a> for the easy installation process.</p>
<h2 id="latest-release"><a class="header" href="#latest-release">Latest Release</a></h2>
<h3 id="major"><a class="header" href="#major">Major</a></h3>
<p><a href="2022.12.29.html">2022-12-29</a></p>
<p><a href="2023.11.22.html">2023-11-22</a></p>
<h3 id="minor"><a class="header" href="#minor">Minor</a></h3>
<p>N/A</p>
<h2 id="news"><a class="header" href="#news">News</a></h2>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ <h2 id="quickstart"><a class="header" href="#quickstart">Quickstart</a></h2>
<p>See <a href="quickstart.html">quickstart</a> for the easy installation process.</p>
<h2 id="latest-release"><a class="header" href="#latest-release">Latest Release</a></h2>
<h3 id="major"><a class="header" href="#major">Major</a></h3>
<p><a href="2022.12.29.html">2022-12-29</a></p>
<p><a href="2023.11.22.html">2023-11-22</a></p>
<h3 id="minor"><a class="header" href="#minor">Minor</a></h3>
<p>N/A</p>
<h2 id="news"><a class="header" href="#news">News</a></h2>
Expand Down
13 changes: 7 additions & 6 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ <h2 id="quickstart"><a class="header" href="#quickstart">Quickstart</a></h2>
<p>See <a href="quickstart.html">quickstart</a> for the easy installation process.</p>
<h2 id="latest-release"><a class="header" href="#latest-release">Latest Release</a></h2>
<h3 id="major"><a class="header" href="#major">Major</a></h3>
<p><a href="2022.12.29.html">2022-12-29</a></p>
<p><a href="2023.11.22.html">2023-11-22</a></p>
<h3 id="minor"><a class="header" href="#minor">Minor</a></h3>
<p>N/A</p>
<h2 id="news"><a class="header" href="#news">News</a></h2>
Expand All @@ -179,7 +179,7 @@ <h2 id="news"><a class="header" href="#news">News</a></h2>
<h2 id="contributing"><a class="header" href="#contributing">Contributing</a></h2>
<p>All source code for the project is stored on <a href="https://github.com/rsadsb">github</a>.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="ads-b-quick-start-installation-guide"><a class="header" href="#ads-b-quick-start-installation-guide">ADS-B Quick Start Installation Guide</a></h1>
<p><em>last edited: 2022/12/29</em></p>
<p><em>last edited: 2023/11/22</em></p>
<p>This guide will give you a quick and easy to setup system to demodulate and decode ADS-B messages using this Rust software!
For a good technical intro into what ADS-B is and how it is decoded, see the following <a href="https://mode-s.org/decode/">guide</a>.</p>
<h1 id="hardware"><a class="header" href="#hardware">Hardware</a></h1>
Expand Down Expand Up @@ -209,17 +209,17 @@ <h2 id="from-releases-x86_64"><a class="header" href="#from-releases-x86_64">Fro
<p>Binaries can be downloaded from the latest releases of our software on github.
The following is an example for <code>x86_64</code>.</p>
<pre><code># download dump1090_rs
&gt; wget https://github.com/rsadsb/dump1090_rs/releases/download/v0.6.1/dump1090_rs-x86_64-unknown-linux-gnu.tar.gz
&gt; wget https://github.com/rsadsb/dump1090_rs/releases/download/v0.7.0/dump1090_rs-x86_64-unknown-linux-gnu.tar.gz
&gt; tar -xf dump1090_rs-x86_64-unknown-linux-gnu.tar.gz

# download radar
&gt; wget https://github.com/rsadsb/adsb_deku/releases/download/v2022.12.29/radar-x86_64-unknown-linux-gnu.tar.gz
&gt; wget https://github.com/rsadsb/adsb_deku/releases/download/v2023.11.22/radar-x86_64-unknown-linux-gnu.tar.gz
&gt; tar -xf radar-x86_64-unknown-linux-gnu.tar.gz
</code></pre>
<p><code>ARM</code> releases are also available:</p>
<ul>
<li><a href="https://github.com/rsadsb/dump1090_rs/releases/tag/v0.6.1">dump1090_rs</a></li>
<li><a href="https://github.com/rsadsb/adsb_deku/releases/tag/v2022.12.29">radar</a></li>
<li><a href="https://github.com/rsadsb/dump1090_rs/releases/tag/v0.7.0">dump1090_rs</a></li>
<li><a href="https://github.com/rsadsb/adsb_deku/releases/tag/v2023.11.22">radar</a></li>
</ul>
<h2 id="optional-install-from-source-for-max-performance"><a class="header" href="#optional-install-from-source-for-max-performance">(Optional) Install from source for max performance</a></h2>
<details>
Expand Down Expand Up @@ -263,6 +263,7 @@ <h2 id="questionshelp"><a class="header" href="#questionshelp">Questions/Help</a
<img src="https://raw.githubusercontent.com/rsadsb/adsb_deku/master/media/logo.png")
</p>
<ul>
<li><a href="2023.11.22.html">2023-11-22</a></li>
<li><a href="2022.12.29.html">2022-12-29</a></li>
<li><a href="v0.6.1.html">v0.6.1</a></li>
<li><a href="v0.6.1.html">v0.6.1</a></li>
Expand Down
10 changes: 5 additions & 5 deletions quickstart.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ <h1 class="menu-title">rsadsb</h1>
<div id="content" class="content">
<main>
<h1 id="ads-b-quick-start-installation-guide"><a class="header" href="#ads-b-quick-start-installation-guide">ADS-B Quick Start Installation Guide</a></h1>
<p><em>last edited: 2022/12/29</em></p>
<p><em>last edited: 2023/11/22</em></p>
<p>This guide will give you a quick and easy to setup system to demodulate and decode ADS-B messages using this Rust software!
For a good technical intro into what ADS-B is and how it is decoded, see the following <a href="https://mode-s.org/decode/">guide</a>.</p>
<h1 id="hardware"><a class="header" href="#hardware">Hardware</a></h1>
Expand Down Expand Up @@ -176,17 +176,17 @@ <h2 id="from-releases-x86_64"><a class="header" href="#from-releases-x86_64">Fro
<p>Binaries can be downloaded from the latest releases of our software on github.
The following is an example for <code>x86_64</code>.</p>
<pre><code># download dump1090_rs
&gt; wget https://github.com/rsadsb/dump1090_rs/releases/download/v0.6.1/dump1090_rs-x86_64-unknown-linux-gnu.tar.gz
&gt; wget https://github.com/rsadsb/dump1090_rs/releases/download/v0.7.0/dump1090_rs-x86_64-unknown-linux-gnu.tar.gz
&gt; tar -xf dump1090_rs-x86_64-unknown-linux-gnu.tar.gz

# download radar
&gt; wget https://github.com/rsadsb/adsb_deku/releases/download/v2022.12.29/radar-x86_64-unknown-linux-gnu.tar.gz
&gt; wget https://github.com/rsadsb/adsb_deku/releases/download/v2023.11.22/radar-x86_64-unknown-linux-gnu.tar.gz
&gt; tar -xf radar-x86_64-unknown-linux-gnu.tar.gz
</code></pre>
<p><code>ARM</code> releases are also available:</p>
<ul>
<li><a href="https://github.com/rsadsb/dump1090_rs/releases/tag/v0.6.1">dump1090_rs</a></li>
<li><a href="https://github.com/rsadsb/adsb_deku/releases/tag/v2022.12.29">radar</a></li>
<li><a href="https://github.com/rsadsb/dump1090_rs/releases/tag/v0.7.0">dump1090_rs</a></li>
<li><a href="https://github.com/rsadsb/adsb_deku/releases/tag/v2023.11.22">radar</a></li>
</ul>
<h2 id="optional-install-from-source-for-max-performance"><a class="header" href="#optional-install-from-source-for-max-performance">(Optional) Install from source for max performance</a></h2>
<details>
Expand Down
1 change: 1 addition & 0 deletions rsadsb_releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ <h1 id="rsadsb-releases"><a class="header" href="#rsadsb-releases">rsadsb Releas
<img src="https://raw.githubusercontent.com/rsadsb/adsb_deku/master/media/logo.png")
</p>
<ul>
<li><a href="2023.11.22.html">2023-11-22</a></li>
<li><a href="2022.12.29.html">2022-12-29</a></li>
<li><a href="v0.6.1.html">v0.6.1</a></li>
<li><a href="v0.6.1.html">v0.6.1</a></li>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 67c7ce5

Please sign in to comment.