Skip to content

Docker container and binaries for android builds of common SDR drivers and libraries.

Notifications You must be signed in to change notification settings

AlexandreRouma/android-sdr-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Android SDR Kit

How to build

Clone the repository, cd to it and run the following command:

docker build --progress=plain -t android-sdr-kit .

This will give you an android-sdr-kit image that you can use to either create a containers with both tools and libraries, or simply extract the binaries for use elsewhere.

If you wish to run the container to build an app, use docker run --name YourContainerName -it android-sdr-kit /bin/bash -l

The -l being important to load the environment variables defined when the container was built.

Credits

Credit to @Aang23 for the help getting some of the more annoying libs to work and for his work on getting volk fully working on android.

About

Docker container and binaries for android builds of common SDR drivers and libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published