mirror of
https://github.com/markqvist/unsignedio
synced 2026-08-12 17:40:37 -04:00
62 lines
4 KiB
HTML
62 lines
4 KiB
HTML
|
|
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="../css/water.css?v=19">
|
|
<link rel="shortcut icon" type="image/x-icon" href="../gfx/icon.png">
|
|
<meta charset="utf-8"/>
|
|
<title>LibAPRS | unsigned.io</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta property="og:title" content="LibAPRS">
|
|
<meta name="description" content="LibAPRS page at unsigned.io">
|
|
<meta property="og:description" content="LibAPRS page at unsigned.io">
|
|
<meta property="og:image" content="https://unsigned.io/gfx/unsigned_logo.webp">
|
|
<meta property="og:url" content="https://unsigned.io/software/LibAPRS.html">
|
|
<meta property="og:title" content="LibAPRS">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta property="twitter:domain" content="unsigned.io">
|
|
<meta property="twitter:url" content="https://unsigned.io/software/LibAPRS.html">
|
|
<meta name="twitter:title" content="LibAPRS">
|
|
<meta name="twitter:description" content="LibAPRS page at unsigned.io">
|
|
<meta name="twitter:image" content="https://unsigned.io/gfx/unsigned_logo.webp">
|
|
|
|
</head>
|
|
<body>
|
|
<div id="load_overlay" style="background-color:#2a2a2f; position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:2000;"></div>
|
|
<span class="logo">unsigned.io</span>
|
|
<center>
|
|
<p><span class="menu"><a href="../index.html">Home</a> | <a href="../log.html">Log</a> | <a href="../guides.html">Guides</a> | <a href="../software/index.html">Software</a> | <a href="../hardware/index.html">Hardware</a> | <a href="https://github.com/markqvist/Reticulum/discussions">Discussions</a> | <a href="../shop.html">Shop</a> | <a href="../contact.html">Contact Me</a> | <a href="../donate.html">Donate</a></span></p>
|
|
</center><hr><h1>LibAPRS</h1>
|
|
<p>LibAPRS is an Arduino IDE library that makes it easy to send and receive APRS packets with a <a href="http://unsigned.io/micromodem">MicroModem</a>-compatible modem.</p>
|
|
<p>You can buy a complete modem from <a href="http://unsigned.io/shop">my shop</a>, or you can build one yourself pretty easily. Take a look at the documentation in the <a href="https://github.com/markqvist/MicroModem">MicroModem</a> repository for information and getting started guides!</p>
|
|
<p>See the example included in the library for info on how to use it!</p>
|
|
<h2>Some features</h2>
|
|
<ul>
|
|
<li>Send and receive AX.25 APRS packets</li>
|
|
<li>Full modulation and demodulation in software</li>
|
|
<li>Easy configuration of callsign and path settings</li>
|
|
<li>Easily process incoming packets</li>
|
|
<li>Shorthand functions for sending location updates and messages, so you don't need to manually create the packets</li>
|
|
<li>Ability to send raw packets</li>
|
|
<li>Support for settings APRS symbols</li>
|
|
<li>Support for power/height/gain info in location updates</li>
|
|
<li>Can run with open squelch</li>
|
|
</ul>
|
|
<h2>Installation</h2>
|
|
<ol>
|
|
<li>Download the library: https://github.com/markqvist/LibAPRS/archive/master.zip</li>
|
|
<li>(In the Arduino IDE) Sketch > Include Library > Add .ZIP Library... > select the downloaded file > Open</li>
|
|
</ol>
|
|
<h2>Getting started</h2>
|
|
<p>You should read through the "Basic_usage" example included with the library. It contains an explanation of all the functions and a basic sketch to get you up and running with sending and receiving packets.</p>
|
|
<br/><hr/><span class="no_print"><center><br/><i>This website is running on a 100% solar powered server</i><br/><br/>☀️<br/><br/><i><small>Unless otherwise noted, everything here is put into the world under a <a href="../LICENSE.txt">CC BY-NC-SA 4.0</a> license.<br/>Feel free to share and remix, just remember the attribution.
|
|
</small></i></center></span>
|
|
<div class="print_only donation_block"><br/>
|
|
Contribute to keeping information on Free & Open Communications systems available for all.<br/>
|
|
You can donate directly to <b>unsigned.io</b> by using one of the following QR codes:<br/><br/>
|
|
<span class="donate_qr"><img src="../gfx/donate_xmr.png"/><br/>Monero</span>
|
|
<span class="donate_qr"><img src="../gfx/donate_btc.png"/><br/>Bitcoin</span>
|
|
<span class="donate_qr"><img src="../gfx/donate_eth.png"/><br/>Ethereum</span>
|
|
</div>
|
|
</body></html>
|