Main Menu

search

You are here

Download G0KLA tutorial

[last updated: 2019-06-10]
go to: SDR Study
go to: Java: Editing, Compiling, & Executing
-----

Download G0KLA tutorial SDR java files and create initial directory structure:

  • Per the G0KLA tutorial, I downloaded the SDR java files from (link to:) github
  • When you go to this link, you're at a github page of SDR/src/tutorial1.
    However there's no download button on this page.
    Click on SDR in the breadcrumb to go to the top-level page,
    and there you can click "clone or download", then "Download Zip", then "Save file."
    SDR-master.zip will be downloaded into Download directory.
  • Create "G0KLATutorial" directory (or some other directory name convenient for you) and move zip file into it.
    Double-click the zip file then click Extract, then Extract at the bottom.
    This creates a SDR-master directory, with src sub-directory, with tutorial1-7 directories under that.
    Create another directory named SDR. This will be the working directory as the tutorial project evolves.
    Files will be copied into here from SDR-master as study progresses.
  • Under the SDR directory, create two new directories, scr and bin
  • Moving forward from here, any directories that are created will be created in parallel
    in both scr and bin directories.
    Source .java files go in the src branch, and compiled .class files go in the bin branch.
  • The first, top-level directory to create under SDR/src is tutorial1.
    As stated, a tutorial1 directory is created in both the scr and bin branches.

(go to:) SDR Study

.

.

.

eof