From 12caf4ba3ca8eb10281263163b1c5bcf91568304 Mon Sep 17 00:00:00 2001 From: Jonathan Brandenburg Date: Mon, 30 Jul 2018 14:08:44 -0500 Subject: [PATCH] Update the README.md to describe the folders --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20dfdb04..058e3126 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -# DigitalTxRxRPi \ No newline at end of file +# DigitalTxRxRPi + +- RemoteSystemsTempFiles - used by Eclipse. +- afsktx - A sample 'C' program that transmits an AFSK modulated signal. It transmits at UHF frequencies because that is the matching network installed on my Digital Transceiver for Raspberry Pi board (even though FSK is typically used at UHF frequencies). +- ax5043 - Source for a library of functions to communicate with the AX5043 and configure the AX5043. +- chat - A simple text chat application using the Digital Transceiver for Raspberry Pi. +- init - A test program that checks to see if the AX5043 can be successfully initialized. +- libs - Source for third party libraries used by these samples. +- piglatin - a sample demonstration application that receives some text, converts that text using simple rules of pig Latin, then transmits that text. It demonstrates an extremely trivial "server" or "satellite" responding to commands. +- receive - a sample application that receives text transmissions and prints them to the screen. +- sandbox - a folder containing various test code to understand the operation of the AX5043. This folder can safely be ignored. +- transmit - a sample application that transmits text strings. +- transmit2freq - A sample application that transmits text strings with the ability to specify the transmission frequency. \ No newline at end of file