https://github.com/alexandrerouma/android-sdr-kit
Docker container and binaries for android builds of common SDR drivers and libraries.
https://github.com/alexandrerouma/android-sdr-kit
Last synced: 12 months ago
JSON representation
Docker container and binaries for android builds of common SDR drivers and libraries.
- Host: GitHub
- URL: https://github.com/alexandrerouma/android-sdr-kit
- Owner: AlexandreRouma
- Created: 2022-09-02T14:30:45.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T23:38:38.000Z (over 1 year ago)
- Last Synced: 2025-04-22T23:38:37.872Z (about 1 year ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 17
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# The Android SDR Kit
## How to build
Clone the repository, cd to it and run the following command:
```sh
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.