Repository: markqvist/LibAPRS Branch: master Commit: 32b4fd4798bd Files: 20 Total size: 86.0 KB Directory structure: gitextract_izx1fg_6/ ├── .development ├── .github/ │ └── ISSUE_TEMPLATE/ │ ├── config.yml │ └── 🐛-bug-report.md ├── LICENSE ├── README.md ├── examples/ │ └── Basic_usage/ │ └── Basic_usage.ino ├── library.properties └── src/ ├── AFSK.cpp ├── AFSK.h ├── AX25.cpp ├── AX25.h ├── CRC-CCIT.c ├── CRC-CCIT.h ├── FIFO.h ├── HDLC.h ├── LibAPRS.cpp ├── LibAPRS.h ├── constants.h ├── device.h └── src.ino ================================================ FILE CONTENTS ================================================ ================================================ FILE: .development ================================================ ================================================ FILE: .github/ISSUE_TEMPLATE/config.yml ================================================ blank_issues_enabled: false contact_links: - name: 💬 Questions, Help & Discussion about: Ask anything, or get help url: https://github.com/markqvist/Reticulum/discussions/new/choose ================================================ FILE: .github/ISSUE_TEMPLATE/🐛-bug-report.md ================================================ --- name: "\U0001F41B Bug Report" about: Report a reproducible bug. Do NOT use this for ideas, features or help requests. title: '' labels: '' assignees: '' --- **Read the Contribution Guidelines** Before creating a bug report on this issue tracker, you **must** read the [Contribution Guidelines](https://github.com/markqvist/Reticulum/blob/master/Contributing.md). Issues that do not follow the contribution guidelines **will be deleted without comment**. - The issue tracker is used by developers of this project. **Do not use it to ask general questions, or for support requests**. - Ideas and feature requests can be made on the [Discussions](https://github.com/markqvist/Reticulum/discussions). **Only** feature requests accepted by maintainers and developers are tracked and included on the issue tracker. **Do not post feature requests here**. - After reading the [Contribution Guidelines](https://github.com/markqvist/Reticulum/blob/master/Contributing.md), delete this section from your bug report. **Describe the Bug** A clear and concise description of what the bug is. **To Reproduce** Describe in detail how to reproduce the bug. **Expected Behavior** A clear and concise description of what you expected to happen. **Logs & Screenshots** Please include any relevant log output. If applicable, also add screenshots to help explain your problem. **System Information** - OS and version - Python version - Program version **Additional context** Add any other context about the problem here. ================================================ FILE: LICENSE ================================================ (This project uses BertOS for some functionality. BertOS is licensed under GPLv2. Please see http://www.bertos.org for details. All files in the "bertos" directory originates from BertOS.) GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. {one line to give the program's name and a brief idea of what it does.} Copyright (C) {year} {name of author} This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: {project} Copyright (C) {year} {fullname} This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . ================================================ FILE: README.md ================================================ LibAPRS ========== LibAPRS is an Arduino IDE library that makes it easy to send and receive APRS packets with a [MicroModem](http://unsigned.io/micromodem)-compatible modem. You can buy a complete modem from [my shop](http://unsigned.io/shop), or you can build one yourself pretty easily. Take a look at the documentation in the [MicroModem](https://github.com/markqvist/MicroModem) repository for information and getting started guides! See the example included in the library for info on how to use it! ## Some features - Send and receive AX.25 APRS packets - Full modulation and demodulation in software - Easy configuration of callsign and path settings - Easily process incoming packets - Shorthand functions for sending location updates and messages, so you don't need to manually create the packets - Ability to send raw packets - Support for settings APRS symbols - Support for power/height/gain info in location updates - Can run with open squelch ## Installation 1. Download the library: https://github.com/markqvist/LibAPRS/archive/master.zip 1. (In the Arduino IDE) Sketch > Include Library > Add .ZIP Library... > select the downloaded file > Open ## Getting started 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. ## Got bugs? This library is very early, and being actively developed all the time. This means you should expect to find bugs. If you do, please report them here, so I can fix them! It also means I might have to make changes that will break code, and that you will have to rewrite your sketch. If you don't think that sounds good, wait a little while for a stable release of the library :) ================================================ FILE: examples/Basic_usage/Basic_usage.ino ================================================ // Include LibAPRS #include // You must define what reference voltage the ADC // of your device is running at. If you bought a // MicroModem from unsigned.io, it will be running // at 3.3v if the "hw rev" is greater than 2.0. // This is the most common. If you build your own // modem, you should know this value yourself :) #define ADC_REFERENCE REF_3V3 // OR //#define ADC_REFERENCE REF_5V // You can also define whether your modem will be // running with an open squelch radio: #define OPEN_SQUELCH false // You always need to include this function. It will // get called by the library every time a packet is // received, so you can process incoming packets. // // If you are only interested in transmitting, you // should just leave this function empty. // // IMPORTANT! This function is called from within an // interrupt. That means that you should only do things // here that are FAST. Don't print out info directly // from this function, instead set a flag and print it // from your main loop, like this: boolean gotPacket = false; AX25Msg incomingPacket; uint8_t *packetData; void aprs_msg_callback(struct AX25Msg *msg) { // If we already have a packet waiting to be // processed, we must drop the new one. if (!gotPacket) { // Set flag to indicate we got a packet gotPacket = true; // The memory referenced as *msg is volatile // and we need to copy all the data to a // local variable for later processing. memcpy(&incomingPacket, msg, sizeof(AX25Msg)); // We need to allocate a new buffer for the // data payload of the packet. First we check // if there is enough free RAM. if (freeMemory() > msg->len) { packetData = (uint8_t*)malloc(msg->len); memcpy(packetData, msg->info, msg->len); incomingPacket.info = packetData; } else { // We did not have enough free RAM to receive // this packet, so we drop it. gotPacket = false; } } } void setup() { // Set up serial port Serial.begin(115200); // Initialise APRS library - This starts the modem APRS_init(ADC_REFERENCE, OPEN_SQUELCH); // You must at a minimum configure your callsign and SSID APRS_setCallsign("NOCALL", 1); // You don't need to set the destination identifier, but // if you want to, this is how you do it: // APRS_setDestination("APZMDM", 0); // Path parameters are set to sensible values by // default, but this is how you can configure them: // APRS_setPath1("WIDE1", 1); // APRS_setPath2("WIDE2", 2); // You can define preamble and tail like this: // APRS_setPreamble(350); // APRS_setTail(50); // You can use the normal or alternate symbol table: // APRS_useAlternateSymbolTable(false); // And set what symbol you want to use: // APRS_setSymbol('n'); // We can print out all the settings APRS_printSettings(); Serial.print(F("Free RAM: ")); Serial.println(freeMemory()); } void locationUpdateExample() { // Let's first set our latitude and longtitude. // These should be in NMEA format! APRS_setLat("5530.80N"); APRS_setLon("01143.89E"); // We can optionally set power/height/gain/directivity // information. These functions accept ranges // from 0 to 10, directivity 0 to 9. // See this site for a calculator: // http://www.aprsfl.net/phgr.php // LibAPRS will only add PHG info if all four variables // are defined! APRS_setPower(2); APRS_setHeight(4); APRS_setGain(7); APRS_setDirectivity(0); // We'll define a comment string char *comment = "LibAPRS location update"; // And send the update APRS_sendLoc(comment, strlen(comment)); } void messageExample() { // We first need to set the message recipient APRS_setMessageDestination("AA3BBB", 0); // And define a string to send char *message = "Hi there! This is a message."; APRS_sendMsg(message, strlen(message)); } // Here's a function to process incoming packets // Remember to call this function often, so you // won't miss any packets due to one already // waiting to be processed void processPacket() { if (gotPacket) { gotPacket = false; Serial.print(F("Received APRS packet. SRC: ")); Serial.print(incomingPacket.src.call); Serial.print(F("-")); Serial.print(incomingPacket.src.ssid); Serial.print(F(". DST: ")); Serial.print(incomingPacket.dst.call); Serial.print(F("-")); Serial.print(incomingPacket.dst.ssid); Serial.print(F(". Data: ")); for (int i = 0; i < incomingPacket.len; i++) { Serial.write(incomingPacket.info[i]); } Serial.println(""); // Remeber to free memory for our buffer! free(packetData); // You can print out the amount of free // RAM to check you don't have any memory // leaks // Serial.print(F("Free RAM: ")); Serial.println(freeMemory()); } } boolean whichExample = false; void loop() { delay(1000); if (whichExample) { locationUpdateExample(); } else { messageExample(); } whichExample ^= true; delay(500); processPacket(); } ================================================ FILE: library.properties ================================================ name=LibAPRS version=1.0 author=Mark Qvist maintainer=Mark Qvist sentence=A library that turns the aruino into a Ax.25 Modem paragraph="LibAPRS is a library for the Arduino IDE, that makes it easy to write your own APRS applications for a MicroModem, or compatible build. It allows you to send and receive APRS packets, location updates and messages using simple functions in the Arduino IDE. All the AFSK modulation/demodulation, AX.25 handling, and such is running transparently in the “background” in interrupts, so you can focus on implementing exactly what you want!" category=Communication url=http://unsigned.io/projects/libaprs/ architectures=avr includes=LibAPRS.h ================================================ FILE: src/AFSK.cpp ================================================ #include #include "AFSK.h" #include "Arduino.h" extern unsigned long custom_preamble; extern unsigned long custom_tail; extern int LibAPRS_vref; extern bool LibAPRS_open_squelch; bool hw_afsk_dac_isr = false; bool hw_5v_ref = false; Afsk *AFSK_modem; // Forward declerations int afsk_getchar(void); void afsk_putchar(char c); void AFSK_hw_refDetect(void) { // This is manual for now if (LibAPRS_vref == REF_5V) { hw_5v_ref = true; } else { hw_5v_ref = false; } } void AFSK_hw_init(void) { // Set up ADC AFSK_hw_refDetect(); TCCR1A = 0; TCCR1B = _BV(CS10) | _BV(WGM13) | _BV(WGM12); ICR1 = (((CPU_FREQ+FREQUENCY_CORRECTION)) / 9600) - 1; if (hw_5v_ref) { ADMUX = _BV(REFS0) | 0; } else { ADMUX = 0; } ADC_DDR &= ~_BV(0); ADC_PORT &= ~_BV(0); DIDR0 |= _BV(0); ADCSRB = _BV(ADTS2) | _BV(ADTS1) | _BV(ADTS0); ADCSRA = _BV(ADEN) | _BV(ADSC) | _BV(ADATE)| _BV(ADIE) | _BV(ADPS2); AFSK_DAC_INIT(); LED_TX_INIT(); LED_RX_INIT(); } void AFSK_init(Afsk *afsk) { // Allocate modem struct memory memset(afsk, 0, sizeof(*afsk)); AFSK_modem = afsk; // Set phase increment afsk->phaseInc = MARK_INC; // Initialise FIFO buffers fifo_init(&afsk->delayFifo, (uint8_t *)afsk->delayBuf, sizeof(afsk->delayBuf)); fifo_init(&afsk->rxFifo, afsk->rxBuf, sizeof(afsk->rxBuf)); fifo_init(&afsk->txFifo, afsk->txBuf, sizeof(afsk->txBuf)); // Fill delay FIFO with zeroes for (int i = 0; idelayFifo, 0); } AFSK_hw_init(); } static void AFSK_txStart(Afsk *afsk) { if (!afsk->sending) { afsk->phaseInc = MARK_INC; afsk->phaseAcc = 0; afsk->bitstuffCount = 0; afsk->sending = true; LED_TX_ON(); afsk->preambleLength = DIV_ROUND(custom_preamble * BITRATE, 8000); AFSK_DAC_IRQ_START(); } ATOMIC_BLOCK(ATOMIC_RESTORESTATE) { afsk->tailLength = DIV_ROUND(custom_tail * BITRATE, 8000); } } void afsk_putchar(char c) { AFSK_txStart(AFSK_modem); while(fifo_isfull_locked(&AFSK_modem->txFifo)) { /* Wait */ } fifo_push_locked(&AFSK_modem->txFifo, c); } int afsk_getchar(void) { if (fifo_isempty_locked(&AFSK_modem->rxFifo)) { return EOF; } else { return fifo_pop_locked(&AFSK_modem->rxFifo); } } void AFSK_transmit(char *buffer, size_t size) { fifo_flush(&AFSK_modem->txFifo); int i = 0; while (size--) { afsk_putchar(buffer[i++]); } } uint8_t AFSK_dac_isr(Afsk *afsk) { if (afsk->sampleIndex == 0) { if (afsk->txBit == 0) { if (fifo_isempty(&afsk->txFifo) && afsk->tailLength == 0) { AFSK_DAC_IRQ_STOP(); afsk->sending = false; LED_TX_OFF(); return 0; } else { if (!afsk->bitStuff) afsk->bitstuffCount = 0; afsk->bitStuff = true; if (afsk->preambleLength == 0) { if (fifo_isempty(&afsk->txFifo)) { afsk->tailLength--; afsk->currentOutputByte = HDLC_FLAG; } else { afsk->currentOutputByte = fifo_pop(&afsk->txFifo); } } else { afsk->preambleLength--; afsk->currentOutputByte = HDLC_FLAG; } if (afsk->currentOutputByte == AX25_ESC) { if (fifo_isempty(&afsk->txFifo)) { AFSK_DAC_IRQ_STOP(); afsk->sending = false; LED_TX_OFF(); return 0; } else { afsk->currentOutputByte = fifo_pop(&afsk->txFifo); } } else if (afsk->currentOutputByte == HDLC_FLAG || afsk->currentOutputByte == HDLC_RESET) { afsk->bitStuff = false; } } afsk->txBit = 0x01; } if (afsk->bitStuff && afsk->bitstuffCount >= BIT_STUFF_LEN) { afsk->bitstuffCount = 0; afsk->phaseInc = SWITCH_TONE(afsk->phaseInc); } else { if (afsk->currentOutputByte & afsk->txBit) { afsk->bitstuffCount++; } else { afsk->bitstuffCount = 0; afsk->phaseInc = SWITCH_TONE(afsk->phaseInc); } afsk->txBit <<= 1; } afsk->sampleIndex = SAMPLESPERBIT; } afsk->phaseAcc += afsk->phaseInc; afsk->phaseAcc %= SIN_LEN; afsk->sampleIndex--; return sinSample(afsk->phaseAcc); } static bool hdlcParse(Hdlc *hdlc, bool bit, FIFOBuffer *fifo) { // Initialise a return value. We start with the // assumption that all is going to end well :) bool ret = true; // Bitshift our byte of demodulated bits to // the left by one bit, to make room for the // next incoming bit hdlc->demodulatedBits <<= 1; // And then put the newest bit from the // demodulator into the byte. hdlc->demodulatedBits |= bit ? 1 : 0; // Now we'll look at the last 8 received bits, and // check if we have received a HDLC flag (01111110) if (hdlc->demodulatedBits == HDLC_FLAG) { // If we have, check that our output buffer is // not full. if (!fifo_isfull(fifo)) { // If it isn't, we'll push the HDLC_FLAG into // the buffer and indicate that we are now // receiving data. For bling we also turn // on the RX LED. fifo_push(fifo, HDLC_FLAG); hdlc->receiving = true; if(!LibAPRS_open_squelch) { LED_RX_ON(); } } else { // If the buffer is full, we have a problem // and abort by setting the return value to // false and stopping the here. ret = false; hdlc->receiving = false; LED_RX_OFF(); } // Everytime we receive a HDLC_FLAG, we reset the // storage for our current incoming byte and bit // position in that byte. This effectively // synchronises our parsing to the start and end // of the received bytes. hdlc->currentByte = 0; hdlc->bitIndex = 0; return ret; } // Check if we have received a RESET flag (01111111) // In this comparison we also detect when no transmission // (or silence) is taking place, and the demodulator // returns an endless stream of zeroes. Due to the NRZ // coding, the actual bits send to this function will // be an endless stream of ones, which this AND operation // will also detect. if ((hdlc->demodulatedBits & HDLC_RESET) == HDLC_RESET) { // If we have, something probably went wrong at the // transmitting end, and we abort the reception. hdlc->receiving = false; LED_RX_OFF(); return ret; } // If we have not yet seen a HDLC_FLAG indicating that // a transmission is actually taking place, don't bother // with anything. if (!hdlc->receiving) return ret; // First check if what we are seeing is a stuffed bit. // Since the different HDLC control characters like // HDLC_FLAG, HDLC_RESET and such could also occur in // a normal data stream, we employ a method known as // "bit stuffing". All control characters have more than // 5 ones in a row, so if the transmitting party detects // this sequence in the _data_ to be transmitted, it inserts // a zero to avoid the receiving party interpreting it as // a control character. Therefore, if we detect such a // "stuffed bit", we simply ignore it and wait for the // next bit to come in. // // We do the detection by applying an AND bit-mask to the // stream of demodulated bits. This mask is 00111111 (0x3f) // if the result of the operation is 00111110 (0x3e), we // have detected a stuffed bit. if ((hdlc->demodulatedBits & 0x3f) == 0x3e) return ret; // If we have an actual 1 bit, push this to the current byte // If it's a zero, we don't need to do anything, since the // bit is initialized to zero when we bitshifted earlier. if (hdlc->demodulatedBits & 0x01) hdlc->currentByte |= 0x80; // Increment the bitIndex and check if we have a complete byte if (++hdlc->bitIndex >= 8) { // If we have a HDLC control character, put a AX.25 escape // in the received data. We know we need to do this, // because at this point we must have already seen a HDLC // flag, meaning that this control character is the result // of a bitstuffed byte that is equal to said control // character, but is actually part of the data stream. // By inserting the escape character, we tell the protocol // layer that this is not an actual control character, but // data. if ((hdlc->currentByte == HDLC_FLAG || hdlc->currentByte == HDLC_RESET || hdlc->currentByte == AX25_ESC)) { // We also need to check that our received data buffer // is not full before putting more data in if (!fifo_isfull(fifo)) { fifo_push(fifo, AX25_ESC); } else { // If it is, abort and return false hdlc->receiving = false; LED_RX_OFF(); ret = false; } } // Push the actual byte to the received data FIFO, // if it isn't full. if (!fifo_isfull(fifo)) { fifo_push(fifo, hdlc->currentByte); } else { // If it is, well, you know by now! hdlc->receiving = false; LED_RX_OFF(); ret = false; } // Wipe received byte and reset bit index to 0 hdlc->currentByte = 0; hdlc->bitIndex = 0; } else { // We don't have a full byte yet, bitshift the byte // to make room for the next bit hdlc->currentByte >>= 1; } //digitalWrite(13, LOW); return ret; } void AFSK_adc_isr(Afsk *afsk, int8_t currentSample) { // To determine the received frequency, and thereby // the bit of the sample, we multiply the sample by // a sample delayed by (samples per bit / 2). // We then lowpass-filter the samples with a // Chebyshev filter. The lowpass filtering serves // to "smooth out" the variations in the samples. afsk->iirX[0] = afsk->iirX[1]; afsk->iirX[1] = ((int8_t)fifo_pop(&afsk->delayFifo) * currentSample) >> 2; afsk->iirY[0] = afsk->iirY[1]; afsk->iirY[1] = afsk->iirX[0] + afsk->iirX[1] + (afsk->iirY[0] >> 1); // Chebyshev filter // We put the sampled bit in a delay-line: // First we bitshift everything 1 left afsk->sampledBits <<= 1; // And then add the sampled bit to our delay line afsk->sampledBits |= (afsk->iirY[1] > 0) ? 1 : 0; // Put the current raw sample in the delay FIFO fifo_push(&afsk->delayFifo, currentSample); // We need to check whether there is a signal transition. // If there is, we can recalibrate the phase of our // sampler to stay in sync with the transmitter. A bit of // explanation is required to understand how this works. // Since we have PHASE_MAX/PHASE_BITS = 8 samples per bit, // we employ a phase counter (currentPhase), that increments // by PHASE_BITS everytime a sample is captured. When this // counter reaches PHASE_MAX, it wraps around by modulus // PHASE_MAX. We then look at the last three samples we // captured and determine if the bit was a one or a zero. // // This gives us a "window" looking into the stream of // samples coming from the ADC. Sort of like this: // // Past Future // 0000000011111111000000001111111100000000 // |________| // || // Window // // Every time we detect a signal transition, we adjust // where this window is positioned little. How much we // adjust it is defined by PHASE_INC. If our current phase // phase counter value is less than half of PHASE_MAX (ie, // the window size) when a signal transition is detected, // add PHASE_INC to our phase counter, effectively moving // the window a little bit backward (to the left in the // illustration), inversely, if the phase counter is greater // than half of PHASE_MAX, we move it forward a little. // This way, our "window" is constantly seeking to position // it's center at the bit transitions. Thus, we synchronise // our timing to the transmitter, even if it's timing is // a little off compared to our own. if (SIGNAL_TRANSITIONED(afsk->sampledBits)) { if (afsk->currentPhase < PHASE_THRESHOLD) { afsk->currentPhase += PHASE_INC; } else { afsk->currentPhase -= PHASE_INC; } } // We increment our phase counter afsk->currentPhase += PHASE_BITS; // Check if we have reached the end of // our sampling window. if (afsk->currentPhase >= PHASE_MAX) { // If we have, wrap around our phase // counter by modulus afsk->currentPhase %= PHASE_MAX; // Bitshift to make room for the next // bit in our stream of demodulated bits afsk->actualBits <<= 1; // We determine the actual bit value by reading // the last 3 sampled bits. If there is three or // more 1's, we will assume that the transmitter // sent us a one, otherwise we assume a zero uint8_t bits = afsk->sampledBits & 0x07; if (bits == 0x07 || // 111 bits == 0x06 || // 110 bits == 0x05 || // 101 bits == 0x03 // 011 ) { afsk->actualBits |= 1; } //// Alternative using five bits //////////////// // uint8_t bits = afsk->sampledBits & 0x0f; // uint8_t c = 0; // c += bits & BV(1); // c += bits & BV(2); // c += bits & BV(3); // c += bits & BV(4); // c += bits & BV(5); // if (c >= 3) afsk->actualBits |= 1; ///////////////////////////////////////////////// // Now we can pass the actual bit to the HDLC parser. // We are using NRZ coding, so if 2 consecutive bits // have the same value, we have a 1, otherwise a 0. // We use the TRANSITION_FOUND function to determine this. // // This is smart in combination with bit stuffing, // since it ensures a transmitter will never send more // than five consecutive 1's. When sending consecutive // ones, the signal stays at the same level, and if // this happens for longer periods of time, we would // not be able to synchronize our phase to the transmitter // and would start experiencing "bit slip". // // By combining bit-stuffing with NRZ coding, we ensure // that the signal will regularly make transitions // that we can use to synchronize our phase. // // We also check the return of the Link Control parser // to check if an error occured. if (!hdlcParse(&afsk->hdlc, !TRANSITION_FOUND(afsk->actualBits), &afsk->rxFifo)) { afsk->status |= 1; if (fifo_isfull(&afsk->rxFifo)) { fifo_flush(&afsk->rxFifo); afsk->status = 0; } } } } extern void APRS_poll(); uint8_t poll_timer = 0; ISR(ADC_vect) { TIFR1 = _BV(ICF1); AFSK_adc_isr(AFSK_modem, ((int16_t)((ADC) >> 2) - 128)); if (hw_afsk_dac_isr) { DAC_PORT = (AFSK_dac_isr(AFSK_modem) & 0xF0) | _BV(3); } else { DAC_PORT = 128; } poll_timer++; if (poll_timer > 3) { poll_timer = 0; APRS_poll(); } } ================================================ FILE: src/AFSK.h ================================================ #ifndef AFSK_H #define AFSK_H #include "device.h" #include #include #include #include #include "FIFO.h" #include "HDLC.h" #define SIN_LEN 512 static const uint8_t sin_table[] PROGMEM = { 128, 129, 131, 132, 134, 135, 137, 138, 140, 142, 143, 145, 146, 148, 149, 151, 152, 154, 155, 157, 158, 160, 162, 163, 165, 166, 167, 169, 170, 172, 173, 175, 176, 178, 179, 181, 182, 183, 185, 186, 188, 189, 190, 192, 193, 194, 196, 197, 198, 200, 201, 202, 203, 205, 206, 207, 208, 210, 211, 212, 213, 214, 215, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 234, 235, 236, 237, 238, 238, 239, 240, 241, 241, 242, 243, 243, 244, 245, 245, 246, 246, 247, 248, 248, 249, 249, 250, 250, 250, 251, 251, 252, 252, 252, 253, 253, 253, 253, 254, 254, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, }; inline static uint8_t sinSample(uint16_t i) { uint16_t newI = i % (SIN_LEN/2); newI = (newI >= (SIN_LEN/4)) ? (SIN_LEN/2 - newI -1) : newI; uint8_t sine = pgm_read_byte(&sin_table[newI]); return (i >= (SIN_LEN/2)) ? (255 - sine) : sine; } #define SWITCH_TONE(inc) (((inc) == MARK_INC) ? SPACE_INC : MARK_INC) #define BITS_DIFFER(bits1, bits2) (((bits1)^(bits2)) & 0x01) #define DUAL_XOR(bits1, bits2) ((((bits1)^(bits2)) & 0x03) == 0x03) #define SIGNAL_TRANSITIONED(bits) DUAL_XOR((bits), (bits) >> 2) #define TRANSITION_FOUND(bits) BITS_DIFFER((bits), (bits) >> 1) #define CPU_FREQ F_CPU #define CONFIG_AFSK_RX_BUFLEN 64 #define CONFIG_AFSK_TX_BUFLEN 64 #define CONFIG_AFSK_RXTIMEOUT 0 #define CONFIG_AFSK_PREAMBLE_LEN 150UL #define CONFIG_AFSK_TRAILER_LEN 50UL #define SAMPLERATE 9600 #define BITRATE 1200 #define SAMPLESPERBIT (SAMPLERATE / BITRATE) #define BIT_STUFF_LEN 5 #define MARK_FREQ 1200 #define SPACE_FREQ 2200 #define PHASE_BITS 8 // How much to increment phase counter each sample #define PHASE_INC 1 // Nudge by an eigth of a sample each adjustment #define PHASE_MAX (SAMPLESPERBIT * PHASE_BITS) // Resolution of our phase counter = 64 #define PHASE_THRESHOLD (PHASE_MAX / 2) // Target transition point of our phase window typedef struct Hdlc { uint8_t demodulatedBits; uint8_t bitIndex; uint8_t currentByte; bool receiving; } Hdlc; typedef struct Afsk { // Stream access to modem FILE fd; // General values Hdlc hdlc; // We need a link control structure uint16_t preambleLength; // Length of sync preamble uint16_t tailLength; // Length of transmission tail // Modulation values uint8_t sampleIndex; // Current sample index for outgoing bit uint8_t currentOutputByte; // Current byte to be modulated uint8_t txBit; // Mask of current modulated bit bool bitStuff; // Whether bitstuffing is allowed uint8_t bitstuffCount; // Counter for bit-stuffing uint16_t phaseAcc; // Phase accumulator uint16_t phaseInc; // Phase increment per sample FIFOBuffer txFifo; // FIFO for transmit data uint8_t txBuf[CONFIG_AFSK_TX_BUFLEN]; // Actial data storage for said FIFO volatile bool sending; // Set when modem is sending // Demodulation values FIFOBuffer delayFifo; // Delayed FIFO for frequency discrimination int8_t delayBuf[SAMPLESPERBIT / 2 + 1]; // Actual data storage for said FIFO FIFOBuffer rxFifo; // FIFO for received data uint8_t rxBuf[CONFIG_AFSK_RX_BUFLEN]; // Actual data storage for said FIFO int16_t iirX[2]; // IIR Filter X cells int16_t iirY[2]; // IIR Filter Y cells uint8_t sampledBits; // Bits sampled by the demodulator (at ADC speed) int8_t currentPhase; // Current phase of the demodulator uint8_t actualBits; // Actual found bits at correct bitrate volatile int status; // Status of the modem, 0 means OK } Afsk; #define DIV_ROUND(dividend, divisor) (((dividend) + (divisor) / 2) / (divisor)) #define MARK_INC (uint16_t)(DIV_ROUND(SIN_LEN * (uint32_t)MARK_FREQ, CONFIG_AFSK_DAC_SAMPLERATE)) #define SPACE_INC (uint16_t)(DIV_ROUND(SIN_LEN * (uint32_t)SPACE_FREQ, CONFIG_AFSK_DAC_SAMPLERATE)) #define AFSK_DAC_IRQ_START() do { extern bool hw_afsk_dac_isr; hw_afsk_dac_isr = true; } while (0) #define AFSK_DAC_IRQ_STOP() do { extern bool hw_afsk_dac_isr; hw_afsk_dac_isr = false; } while (0) #define AFSK_DAC_INIT() do { DAC_DDR |= 0xF8; } while (0) // Here's some macros for controlling the RX/TX LEDs // THE _INIT() functions writes to the DDRB register // to configure the pins as output pins, and the _ON() // and _OFF() functions writes to the PORT registers // to turn the pins on or off. #define LED_TX_INIT() do { LED_DDR |= _BV(1); } while (0) #define LED_TX_ON() do { LED_PORT |= _BV(1); } while (0) #define LED_TX_OFF() do { LED_PORT &= ~_BV(1); } while (0) #define LED_RX_INIT() do { LED_DDR |= _BV(2); } while (0) #define LED_RX_ON() do { LED_PORT |= _BV(2); } while (0) #define LED_RX_OFF() do { LED_PORT &= ~_BV(2); } while (0) void AFSK_init(Afsk *afsk); void AFSK_transmit(char *buffer, size_t size); void AFSK_poll(Afsk *afsk); void afsk_putchar(char c); int afsk_getchar(void); #endif ================================================ FILE: src/AX25.cpp ================================================ // Based on work by Francesco Sacchi #include "Arduino.h" #include #include #include "AX25.h" #include "HDLC.h" #include "CRC-CCIT.h" #include "AFSK.h" #define countof(a) sizeof(a)/sizeof(a[0]) #define MIN(a,b) ({ typeof(a) _a = (a); typeof(b) _b = (b); ((typeof(_a))((_a < _b) ? _a : _b)); }) #define DECODE_CALL(buf, addr) for (unsigned i = 0; i < sizeof((addr))-CALL_OVERSPACE; i++) { char c = (*(buf)++ >> 1); (addr)[i] = (c == ' ') ? '\x0' : c; } #define AX25_SET_REPEATED(msg, idx, val) do { if (val) { (msg)->rpt_flags |= _BV(idx); } else { (msg)->rpt_flags &= ~_BV(idx) ; } } while(0) extern int LibAPRS_vref; extern bool LibAPRS_open_squelch; void ax25_init(AX25Ctx *ctx, ax25_callback_t hook) { memset(ctx, 0, sizeof(*ctx)); ctx->hook = hook; ctx->crc_in = ctx->crc_out = CRC_CCIT_INIT_VAL; } static void ax25_decode(AX25Ctx *ctx) { AX25Msg msg; uint8_t *buf = ctx->buf; DECODE_CALL(buf, msg.dst.call); msg.dst.ssid = (*buf++ >> 1) & 0x0F; msg.dst.call[6] = 0; DECODE_CALL(buf, msg.src.call); msg.src.ssid = (*buf >> 1) & 0x0F; msg.src.call[6] = 0; for (msg.rpt_count = 0; !(*buf++ & 0x01) && (msg.rpt_count < countof(msg.rpt_list)); msg.rpt_count++) { DECODE_CALL(buf, msg.rpt_list[msg.rpt_count].call); //db1sb: terminate rpt_list.call-entries msg.rpt_list[msg.rpt_count].call[6] = 0; msg.rpt_list[msg.rpt_count].ssid = (*buf >> 1) & 0x0F; AX25_SET_REPEATED(&msg, msg.rpt_count, (*buf & 0x80)); } msg.ctrl = *buf++; if (msg.ctrl != AX25_CTRL_UI) { return; } msg.pid = *buf++; if (msg.pid != AX25_PID_NOLAYER3) { return; } msg.len = ctx->frame_len - 2 - (buf - ctx->buf); msg.info = buf; if (ctx->hook) { cli(); ctx->hook(&msg); sei(); } } void ax25_poll(AX25Ctx *ctx) { int c; while ((c = afsk_getchar()) != EOF) { if (!ctx->escape && c == HDLC_FLAG) { if (ctx->frame_len >= AX25_MIN_FRAME_LEN) { if (ctx->crc_in == AX25_CRC_CORRECT) { if(LibAPRS_open_squelch) { LED_RX_ON(); } ax25_decode(ctx); } } ctx->sync = true; ctx->crc_in = CRC_CCIT_INIT_VAL; ctx->frame_len = 0; continue; } if (!ctx->escape && c == HDLC_RESET) { ctx->sync = false; continue; } if (!ctx->escape && c == AX25_ESC) { ctx->escape = true; continue; } if (ctx->sync) { if (ctx->frame_len < AX25_MAX_FRAME_LEN) { ctx->buf[ctx->frame_len++] = c; ctx->crc_in = update_crc_ccit(c, ctx->crc_in); } else { ctx->sync = false; } } ctx->escape = false; } } static void ax25_putchar(AX25Ctx *ctx, uint8_t c) { if (c == HDLC_FLAG || c == HDLC_RESET || c == AX25_ESC) afsk_putchar(AX25_ESC); ctx->crc_out = update_crc_ccit(c, ctx->crc_out); afsk_putchar(c); } void ax25_sendRaw(AX25Ctx *ctx, void *_buf, size_t len) { ctx->crc_out = CRC_CCIT_INIT_VAL; afsk_putchar(HDLC_FLAG); const uint8_t *buf = (const uint8_t *)_buf; while (len--) ax25_putchar(ctx, *buf++); uint8_t crcl = (ctx->crc_out & 0xff) ^ 0xff; uint8_t crch = (ctx->crc_out >> 8) ^ 0xff; ax25_putchar(ctx, crcl); ax25_putchar(ctx, crch); afsk_putchar(HDLC_FLAG); } static void ax25_sendCall(AX25Ctx *ctx, const AX25Call *addr, bool last){ unsigned len = MIN((sizeof(addr->call) - CALL_OVERSPACE), strlen(addr->call)); for (unsigned i = 0; i < len; i++) { uint8_t c = addr->call[i]; c = toupper(c); ax25_putchar(ctx, c << 1); } if (len < (sizeof(addr->call) - CALL_OVERSPACE)) { for (unsigned i = 0; i < (sizeof(addr->call) - CALL_OVERSPACE) - len; i++) { ax25_putchar(ctx, ' ' << 1); } } uint8_t ssid = 0x60 | (addr->ssid << 1) | (last ? 0x01 : 0); ax25_putchar(ctx, ssid); } void ax25_sendVia(AX25Ctx *ctx, const AX25Call *path, size_t path_len, const void *_buf, size_t len) { const uint8_t *buf = (const uint8_t *)_buf; ctx->crc_out = CRC_CCIT_INIT_VAL; afsk_putchar(HDLC_FLAG); for (size_t i = 0; i < path_len; i++) { ax25_sendCall(ctx, &path[i], (i == path_len - 1)); } ax25_putchar(ctx, AX25_CTRL_UI); ax25_putchar(ctx, AX25_PID_NOLAYER3); while (len--) { ax25_putchar(ctx, *buf++); } uint8_t crcl = (ctx->crc_out & 0xff) ^ 0xff; uint8_t crch = (ctx->crc_out >> 8) ^ 0xff; ax25_putchar(ctx, crcl); ax25_putchar(ctx, crch); afsk_putchar(HDLC_FLAG); } ================================================ FILE: src/AX25.h ================================================ #ifndef PROTOCOL_AX25_H #define PROTOCOL_AX25_H #include #include #include "device.h" #define AX25_MIN_FRAME_LEN 18 #ifndef CUSTOM_FRAME_SIZE #define AX25_MAX_FRAME_LEN 330 #else #define AX25_MAX_FRAME_LEN CUSTOM_FRAME_SIZE #endif #define AX25_CRC_CORRECT 0xF0B8 #define AX25_CTRL_UI 0x03 #define AX25_PID_NOLAYER3 0xF0 struct AX25Ctx; // Forward declarations struct AX25Msg; typedef void (*ax25_callback_t)(struct AX25Msg *msg); typedef struct AX25Ctx { uint8_t buf[AX25_MAX_FRAME_LEN]; FILE *ch; size_t frame_len; uint16_t crc_in; uint16_t crc_out; ax25_callback_t hook; bool sync; bool escape; } AX25Ctx; #define AX25_CALL(str, id) {.call = (str), .ssid = (id) } #define AX25_MAX_RPT 8 #define AX25_REPEATED(msg, n) ((msg)->rpt_flags & BV(n)) #define CALL_OVERSPACE 1 typedef struct AX25Call { char call[6+CALL_OVERSPACE]; //char STRING_TERMINATION = 0; uint8_t ssid; } AX25Call; typedef struct AX25Msg { AX25Call src; AX25Call dst; AX25Call rpt_list[AX25_MAX_RPT]; uint8_t rpt_count; uint8_t rpt_flags; uint16_t ctrl; uint8_t pid; const uint8_t *info; size_t len; } AX25Msg; void ax25_sendVia(AX25Ctx *ctx, const AX25Call *path, size_t path_len, const void *_buf, size_t len); #define ax25_send(ctx, dst, src, buf, len) ax25_sendVia(ctx, ({static AX25Call __path[]={dst, src}; __path;}), 2, buf, len) void ax25_poll(AX25Ctx *ctx); void ax25_sendRaw(AX25Ctx *ctx, void *_buf, size_t len); void ax25_init(AX25Ctx *ctx, ax25_callback_t hook); #endif ================================================ FILE: src/CRC-CCIT.c ================================================ #include "CRC-CCIT.h" const uint16_t crc_ccit_table[256] PROGMEM = { 0x0000, 0x1189, 0x2312, 0x329b, 0x4624, 0x57ad, 0x6536, 0x74bf, 0x8c48, 0x9dc1, 0xaf5a, 0xbed3, 0xca6c, 0xdbe5, 0xe97e, 0xf8f7, 0x1081, 0x0108, 0x3393, 0x221a, 0x56a5, 0x472c, 0x75b7, 0x643e, 0x9cc9, 0x8d40, 0xbfdb, 0xae52, 0xdaed, 0xcb64, 0xf9ff, 0xe876, 0x2102, 0x308b, 0x0210, 0x1399, 0x6726, 0x76af, 0x4434, 0x55bd, 0xad4a, 0xbcc3, 0x8e58, 0x9fd1, 0xeb6e, 0xfae7, 0xc87c, 0xd9f5, 0x3183, 0x200a, 0x1291, 0x0318, 0x77a7, 0x662e, 0x54b5, 0x453c, 0xbdcb, 0xac42, 0x9ed9, 0x8f50, 0xfbef, 0xea66, 0xd8fd, 0xc974, 0x4204, 0x538d, 0x6116, 0x709f, 0x0420, 0x15a9, 0x2732, 0x36bb, 0xce4c, 0xdfc5, 0xed5e, 0xfcd7, 0x8868, 0x99e1, 0xab7a, 0xbaf3, 0x5285, 0x430c, 0x7197, 0x601e, 0x14a1, 0x0528, 0x37b3, 0x263a, 0xdecd, 0xcf44, 0xfddf, 0xec56, 0x98e9, 0x8960, 0xbbfb, 0xaa72, 0x6306, 0x728f, 0x4014, 0x519d, 0x2522, 0x34ab, 0x0630, 0x17b9, 0xef4e, 0xfec7, 0xcc5c, 0xddd5, 0xa96a, 0xb8e3, 0x8a78, 0x9bf1, 0x7387, 0x620e, 0x5095, 0x411c, 0x35a3, 0x242a, 0x16b1, 0x0738, 0xffcf, 0xee46, 0xdcdd, 0xcd54, 0xb9eb, 0xa862, 0x9af9, 0x8b70, 0x8408, 0x9581, 0xa71a, 0xb693, 0xc22c, 0xd3a5, 0xe13e, 0xf0b7, 0x0840, 0x19c9, 0x2b52, 0x3adb, 0x4e64, 0x5fed, 0x6d76, 0x7cff, 0x9489, 0x8500, 0xb79b, 0xa612, 0xd2ad, 0xc324, 0xf1bf, 0xe036, 0x18c1, 0x0948, 0x3bd3, 0x2a5a, 0x5ee5, 0x4f6c, 0x7df7, 0x6c7e, 0xa50a, 0xb483, 0x8618, 0x9791, 0xe32e, 0xf2a7, 0xc03c, 0xd1b5, 0x2942, 0x38cb, 0x0a50, 0x1bd9, 0x6f66, 0x7eef, 0x4c74, 0x5dfd, 0xb58b, 0xa402, 0x9699, 0x8710, 0xf3af, 0xe226, 0xd0bd, 0xc134, 0x39c3, 0x284a, 0x1ad1, 0x0b58, 0x7fe7, 0x6e6e, 0x5cf5, 0x4d7c, 0xc60c, 0xd785, 0xe51e, 0xf497, 0x8028, 0x91a1, 0xa33a, 0xb2b3, 0x4a44, 0x5bcd, 0x6956, 0x78df, 0x0c60, 0x1de9, 0x2f72, 0x3efb, 0xd68d, 0xc704, 0xf59f, 0xe416, 0x90a9, 0x8120, 0xb3bb, 0xa232, 0x5ac5, 0x4b4c, 0x79d7, 0x685e, 0x1ce1, 0x0d68, 0x3ff3, 0x2e7a, 0xe70e, 0xf687, 0xc41c, 0xd595, 0xa12a, 0xb0a3, 0x8238, 0x93b1, 0x6b46, 0x7acf, 0x4854, 0x59dd, 0x2d62, 0x3ceb, 0x0e70, 0x1ff9, 0xf78f, 0xe606, 0xd49d, 0xc514, 0xb1ab, 0xa022, 0x92b9, 0x8330, 0x7bc7, 0x6a4e, 0x58d5, 0x495c, 0x3de3, 0x2c6a, 0x1ef1, 0x0f78, }; ================================================ FILE: src/CRC-CCIT.h ================================================ // CRC-CCIT Implementation based on work by Francesco Sacchi #ifndef CRC_CCIT_H #define CRC_CCIT_H #include #include #define CRC_CCIT_INIT_VAL ((uint16_t)0xFFFF) extern const uint16_t crc_ccit_table[256]; inline uint16_t update_crc_ccit(uint8_t c, uint16_t prev_crc) { return (prev_crc >> 8) ^ pgm_read_word(&crc_ccit_table[(prev_crc ^ c) & 0xff]); } #endif ================================================ FILE: src/FIFO.h ================================================ #ifndef UTIL_FIFO_H #define UTIL_FIFO_H #include #include typedef struct FIFOBuffer { unsigned char *begin; unsigned char *end; unsigned char * volatile head; unsigned char * volatile tail; } FIFOBuffer; inline bool fifo_isempty(const FIFOBuffer *f) { return f->head == f->tail; } inline bool fifo_isfull(const FIFOBuffer *f) { return ((f->head == f->begin) && (f->tail == f->end)) || (f->tail == f->head - 1); } inline void fifo_push(FIFOBuffer *f, unsigned char c) { *(f->tail) = c; if (f->tail == f->end) { f->tail = f->begin; } else { f->tail++; } } inline unsigned char fifo_pop(FIFOBuffer *f) { if(f->head == f->end) { f->head = f->begin; return *(f->end); } else { return *(f->head++); } } inline void fifo_flush(FIFOBuffer *f) { f->head = f->tail; } inline bool fifo_isempty_locked(const FIFOBuffer *f) { bool result; ATOMIC_BLOCK(ATOMIC_RESTORESTATE) { result = fifo_isempty(f); } return result; } inline bool fifo_isfull_locked(const FIFOBuffer *f) { bool result; ATOMIC_BLOCK(ATOMIC_RESTORESTATE) { result = fifo_isfull(f); } return result; } inline void fifo_push_locked(FIFOBuffer *f, unsigned char c) { ATOMIC_BLOCK(ATOMIC_RESTORESTATE) { fifo_push(f, c); } } inline unsigned char fifo_pop_locked(FIFOBuffer *f) { unsigned char c; ATOMIC_BLOCK(ATOMIC_RESTORESTATE) { c = fifo_pop(f); } return c; } inline void fifo_init(FIFOBuffer *f, unsigned char *buffer, size_t size) { f->head = f->tail = f->begin = buffer; f->end = buffer + size -1; } inline size_t fifo_len(FIFOBuffer *f) { return f->end - f->begin; } #endif ================================================ FILE: src/HDLC.h ================================================ #ifndef PROTOCOL_HDLC_H #define PROTOCOL_HDLC_H #define HDLC_FLAG 0x7E #define HDLC_RESET 0x7F #define AX25_ESC 0x1B #endif ================================================ FILE: src/LibAPRS.cpp ================================================ #include "Arduino.h" #include "AFSK.h" #include "AX25.h" Afsk modem; AX25Ctx AX25; extern void aprs_msg_callback(struct AX25Msg *msg); #define countof(a) sizeof(a)/sizeof(a[0]) int LibAPRS_vref = REF_3V3; bool LibAPRS_open_squelch = false; unsigned long custom_preamble = 350UL; unsigned long custom_tail = 50UL; AX25Call src; AX25Call dst; AX25Call path1; AX25Call path2; char CALL[7] = "NOCALL"; int CALL_SSID = 0; char DST[7] = "APZMDM"; int DST_SSID = 0; char PATH1[7] = "WIDE1"; int PATH1_SSID = 1; char PATH2[7] = "WIDE2"; int PATH2_SSID = 2; AX25Call path[4]; // Location packet assembly fields char latitude[9]; char longtitude[10]; char symbolTable = '/'; char symbol = 'n'; uint8_t power = 10; uint8_t height = 10; uint8_t gain = 10; uint8_t directivity = 10; ///////////////////////// // Message packet assembly fields char message_recip[7]; int message_recip_ssid = -1; int message_seq = 0; char lastMessage[67]; size_t lastMessageLen; bool message_autoAck = false; ///////////////////////// void APRS_init(int reference, bool open_squelch) { LibAPRS_vref = reference; LibAPRS_open_squelch = open_squelch; AFSK_init(&modem); ax25_init(&AX25, aprs_msg_callback); } void APRS_poll(void) { ax25_poll(&AX25); } void APRS_setCallsign(char *call, int ssid) { memset(CALL, 0, 7); int i = 0; while (i < 6 && call[i] != 0) { CALL[i] = call[i]; i++; } CALL_SSID = ssid; } void APRS_setDestination(char *call, int ssid) { memset(DST, 0, 7); int i = 0; while (i < 6 && call[i] != 0) { DST[i] = call[i]; i++; } DST_SSID = ssid; } void APRS_setPath1(char *call, int ssid) { memset(PATH1, 0, 7); int i = 0; while (i < 6 && call[i] != 0) { PATH1[i] = call[i]; i++; } PATH1_SSID = ssid; } void APRS_setPath2(char *call, int ssid) { memset(PATH2, 0, 7); int i = 0; while (i < 6 && call[i] != 0) { PATH2[i] = call[i]; i++; } PATH2_SSID = ssid; } void APRS_setMessageDestination(char *call, int ssid) { memset(message_recip, 0, 7); int i = 0; while (i < 6 && call[i] != 0) { message_recip[i] = call[i]; i++; } message_recip_ssid = ssid; } void APRS_setPreamble(unsigned long pre) { custom_preamble = pre; } void APRS_setTail(unsigned long tail) { custom_tail = tail; } void APRS_useAlternateSymbolTable(bool use) { if (use) { symbolTable = '\\'; } else { symbolTable = '/'; } } void APRS_setSymbol(char sym) { symbol = sym; } void APRS_setLat(char *lat) { memset(latitude, 0, 9); int i = 0; while (i < 8 && lat[i] != 0) { latitude[i] = lat[i]; i++; } } void APRS_setLon(char *lon) { memset(longtitude, 0, 10); int i = 0; while (i < 9 && lon[i] != 0) { longtitude[i] = lon[i]; i++; } } void APRS_setPower(int s) { if (s >= 0 && s < 10) { power = s; } } void APRS_setHeight(int s) { if (s >= 0 && s < 10) { height = s; } } void APRS_setGain(int s) { if (s >= 0 && s < 10) { gain = s; } } void APRS_setDirectivity(int s) { if (s >= 0 && s < 10) { directivity = s; } } void APRS_printSettings() { Serial.println(F("LibAPRS Settings:")); Serial.print(F("Callsign: ")); Serial.print(CALL); Serial.print(F("-")); Serial.println(CALL_SSID); Serial.print(F("Destination: ")); Serial.print(DST); Serial.print(F("-")); Serial.println(DST_SSID); Serial.print(F("Path1: ")); Serial.print(PATH1); Serial.print(F("-")); Serial.println(PATH1_SSID); Serial.print(F("Path2: ")); Serial.print(PATH2); Serial.print(F("-")); Serial.println(PATH2_SSID); Serial.print(F("Message dst: ")); if (message_recip[0] == 0) { Serial.println(F("N/A")); } else { Serial.print(message_recip); Serial.print(F("-")); Serial.println(message_recip_ssid); } Serial.print(F("TX Preamble: ")); Serial.println(custom_preamble); Serial.print(F("TX Tail: ")); Serial.println(custom_tail); Serial.print(F("Symbol table: ")); if (symbolTable == '/') { Serial.println(F("Normal")); } else { Serial.println(F("Alternate")); } Serial.print(F("Symbol: ")); Serial.println(symbol); Serial.print(F("Power: ")); if (power < 10) { Serial.println(power); } else { Serial.println(F("N/A")); } Serial.print(F("Height: ")); if (height < 10) { Serial.println(height); } else { Serial.println(F("N/A")); } Serial.print(F("Gain: ")); if (gain < 10) { Serial.println(gain); } else { Serial.println(F("N/A")); } Serial.print(F("Directivity: ")); if (directivity < 10) { Serial.println(directivity); } else { Serial.println(F("N/A")); } Serial.print(F("Latitude: ")); if (latitude[0] != 0) { Serial.println(latitude); } else { Serial.println(F("N/A")); } Serial.print(F("Longtitude: ")); if (longtitude[0] != 0) { Serial.println(longtitude); } else { Serial.println(F("N/A")); } } void APRS_sendPkt(void *_buffer, size_t length) { uint8_t *buffer = (uint8_t *)_buffer; memcpy(dst.call, DST, 6); dst.ssid = DST_SSID; memcpy(src.call, CALL, 6); src.ssid = CALL_SSID; memcpy(path1.call, PATH1, 6); path1.ssid = PATH1_SSID; memcpy(path2.call, PATH2, 6); path2.ssid = PATH2_SSID; path[0] = dst; path[1] = src; path[2] = path1; path[3] = path2; ax25_sendVia(&AX25, path, countof(path), buffer, length); } // Dynamic RAM usage of this function is 30 bytes void APRS_sendLoc(void *_buffer, size_t length) { size_t payloadLength = 20+length; bool usePHG = false; if (power < 10 && height < 10 && gain < 10 && directivity < 9) { usePHG = true; payloadLength += 7; } uint8_t *packet = (uint8_t*)malloc(payloadLength); uint8_t *ptr = packet; packet[0] = '='; packet[9] = symbolTable; packet[19] = symbol; ptr++; memcpy(ptr, latitude, 8); ptr += 9; memcpy(ptr, longtitude, 9); ptr += 10; if (usePHG) { packet[20] = 'P'; packet[21] = 'H'; packet[22] = 'G'; packet[23] = power+48; packet[24] = height+48; packet[25] = gain+48; packet[26] = directivity+48; ptr+=7; } if (length > 0) { uint8_t *buffer = (uint8_t *)_buffer; memcpy(ptr, buffer, length); } APRS_sendPkt(packet, payloadLength); free(packet); } // Dynamic RAM usage of this function is 18 bytes void APRS_sendMsg(void *_buffer, size_t length) { if (length > 67) length = 67; size_t payloadLength = 11+length+4; uint8_t *packet = (uint8_t*)malloc(payloadLength); uint8_t *ptr = packet; packet[0] = ':'; int callSize = 6; int count = 0; while (callSize--) { if (message_recip[count] != 0) { packet[1+count] = message_recip[count]; count++; } } if (message_recip_ssid != -1) { packet[1+count] = '-'; count++; if (message_recip_ssid < 10) { packet[1+count] = message_recip_ssid+48; count++; } else { packet[1+count] = 49; count++; packet[1+count] = message_recip_ssid-10+48; count++; } } while (count < 9) { packet[1+count] = ' '; count++; } packet[1+count] = ':'; ptr += 11; if (length > 0) { uint8_t *buffer = (uint8_t *)_buffer; memcpy(ptr, buffer, length); memcpy(lastMessage, buffer, length); lastMessageLen = length; } message_seq++; if (message_seq > 999) message_seq = 0; packet[11+length] = '{'; int n = message_seq % 10; int d = ((message_seq % 100) - n)/10; int h = (message_seq - d - n) / 100; packet[12+length] = h+48; packet[13+length] = d+48; packet[14+length] = n+48; APRS_sendPkt(packet, payloadLength); free(packet); } void APRS_msgRetry() { message_seq--; APRS_sendMsg(lastMessage, lastMessageLen); } // For getting free memory, from: // http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1213583720/15 extern unsigned int __heap_start; extern void *__brkval; struct __freelist { size_t sz; struct __freelist *nx; }; extern struct __freelist *__flp; int freeListSize() { struct __freelist* current; int total = 0; for (current = __flp; current; current = current->nx) { total += 2; /* Add two bytes for the memory block's header */ total += (int) current->sz; } return total; } int freeMemory() { int free_memory; if ((int)__brkval == 0) { free_memory = ((int)&free_memory) - ((int)&__heap_start); } else { free_memory = ((int)&free_memory) - ((int)__brkval); free_memory += freeListSize(); } return free_memory; } ================================================ FILE: src/LibAPRS.h ================================================ #include "Arduino.h" #include #include #include "FIFO.h" #include "CRC-CCIT.h" #include "HDLC.h" #include "AFSK.h" #include "AX25.h" void APRS_init(int reference, bool open_squelch); void APRS_poll(void); void APRS_setCallsign(char *call, int ssid); void APRS_setDestination(char *call, int ssid); void APRS_setMessageDestination(char *call, int ssid); void APRS_setPath1(char *call, int ssid); void APRS_setPath2(char *call, int ssid); void APRS_setPreamble(unsigned long pre); void APRS_setTail(unsigned long tail); void APRS_useAlternateSymbolTable(bool use); void APRS_setSymbol(char sym); void APRS_setLat(char *lat); void APRS_setLon(char *lon); void APRS_setPower(int s); void APRS_setHeight(int s); void APRS_setGain(int s); void APRS_setDirectivity(int s); void APRS_sendPkt(void *_buffer, size_t length); void APRS_sendLoc(void *_buffer, size_t length); void APRS_sendMsg(void *_buffer, size_t length); void APRS_msgRetry(); void APRS_printSettings(); int freeMemory(); ================================================ FILE: src/constants.h ================================================ #define m328p 0x01 #define m1284p 0x02 #define m644p 0x03 #define REF_3V3 0x01 #define REF_5V 0x02 ================================================ FILE: src/device.h ================================================ #include "constants.h" #ifndef DEVICE_CONFIGURATION #define DEVICE_CONFIGURATION // CPU settings #ifndef TARGET_CPU #define TARGET_CPU m328p #endif #ifndef F_CPU #define F_CPU 16000000 #endif #ifndef FREQUENCY_CORRECTION #define FREQUENCY_CORRECTION 0 #endif // Sampling & timer setup #define CONFIG_AFSK_DAC_SAMPLERATE 9600 // Port settings #if TARGET_CPU == m328p #define DAC_PORT PORTD #define DAC_DDR DDRD #define LED_PORT PORTB #define LED_DDR DDRB #define ADC_PORT PORTC #define ADC_DDR DDRC #endif #endif ================================================ FILE: src/src.ino ================================================ // Do not add to this file (src.ino) it only serves to allow users to easily open the underlying c/c++ and header files of LibAPRS to view/edit in arduino IDE