Skip to content

Commit

Permalink
readme updates, remove comments from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Dec 9, 2023
1 parent 64b4f3c commit 23df648
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 deletions.
18 changes: 0 additions & 18 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,6 @@ RUN set -x && \
make install && \
popd && popd && \
ldconfig && \
# Deploy SoapyRTLTCP
# git clone https://github.com/pothosware/SoapyRTLTCP.git /src/SoapyRTLTCP && \
# pushd /src/SoapyRTLTCP && \
# mkdir -p /src/SoapyRTLTCP/build && \
# pushd /src/SoapyRTLTCP/build && \
# cmake ../ -DCMAKE_BUILD_TYPE=Release && \
# make all && \
# make install && \
# popd && popd && \
# ldconfig && \
# Deploy AirspyHF+
git clone https://github.com/pothosware/SoapyAirspyHF.git /src/SoapyAirspyHF && \
pushd /src/SoapyAirspyHF && \
Expand Down Expand Up @@ -113,14 +103,6 @@ RUN set -x && \
cmake ../ -DCMAKE_BUILD_TYPE=Release && \
make && \
make install && \
# git clone https://github.com/szpajder/dumpvdl2.git /src/dumpvdl2 && \
# mkdir -p /src/dumpvdl2/build && \
# pushd /src/dumpvdl2/build && \
# # cmake ../ && \
# cmake ../ -DCMAKE_BUILD_TYPE=RelWithDebInfo && \
# make -j "$(nproc)" && \
# make install && \
# popd && \
# Clean up
apt-get remove -y "${TEMP_PACKAGES[@]}" && \
apt-get autoremove -y && \
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ services:

```

## Supported SDRs

Any device that can be run via SoapySDR with the following drivers should, in theory, work:

* `airspyhf`
* `airspy`

Keep in mind not every SDR is usable with HF decoding. If you have an SDR that is supported in Soapy, and not listed above, please contact me on discord and I'll see about adding support.

## Configuration options

| Variable | Description | Required | Default |
Expand Down

0 comments on commit 23df648

Please sign in to comment.