https://github.com/utensils/hertz-lattice
Docker Defined Radio - SDR
https://github.com/utensils/hertz-lattice
Last synced: 6 months ago
JSON representation
Docker Defined Radio - SDR
- Host: GitHub
- URL: https://github.com/utensils/hertz-lattice
- Owner: utensils
- Created: 2020-06-22T00:13:55.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-05T03:07:52.000Z (about 5 years ago)
- Last Synced: 2025-02-15T01:41:49.507Z (8 months ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hertz Lattice
[](https://hub.docker.com/r/utensils/hertz-lattice/) [](https://hub.docker.com/r/utensils/hertz-lattice/) [](https://hub.docker.com/r/utensils/hertz-lattice/) [](https://microbadger.com/images/utensils/hertz-lattice "Get your own image badge on microbadger.com") [](https://microbadger.com/images/utensils/hertz-lattice "Get your own version badge on microbadger.com")
## About
GNU Radio & Friends in a Docker image. **This image does not do much yet...**
## TODO
Build gr-gsm using the maint-fork mentioned in this github [issue](https://github.com/ptrkrysik/gr-gsm/issues/475)## Building
To build the project:
```shell
make
```To list the images:
```shell
make list
```To run any tests:
```shell
make test
```To push image to remote docker repository:
```shell
REPO_PASSWORD='MyPassword!$' make push
```To update README on remote docker repository (docker hub):
```shell
REPO_PASSWORD='MyPassword!$' make push-readme
```To cleanup and remove built images:
```shell
make clean
```## Usage
To run the container:
```shell
docker run -i -t utensils/hertz-lattice
```## Environment Variables
| Variable | Default Value | Description |
| -------- | --------------- | ----------- |
| `ENV` | `DEFAULT_VALUE` | Description |