mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
misc updates to include redsea
This commit is contained in:
parent
56f34e406e
commit
441e6fe2d0
|
|
@ -4,6 +4,7 @@
|
||||||
- Added support for decoding ADS-B with dump1090
|
- Added support for decoding ADS-B with dump1090
|
||||||
- Added support for decoding HFDL and VDL2 aircraft communications
|
- Added support for decoding HFDL and VDL2 aircraft communications
|
||||||
- Added decoding of ISM band transmissions using rtl_433
|
- Added decoding of ISM band transmissions using rtl_433
|
||||||
|
- Added support for decoding RDS data on WFM broadcasts using redsea decoder
|
||||||
- Added IPv6 support
|
- Added IPv6 support
|
||||||
- New devices supported:
|
- New devices supported:
|
||||||
- Afedri SDR-Net
|
- Afedri SDR-Net
|
||||||
|
|
|
||||||
1
debian/changelog
vendored
1
debian/changelog
vendored
|
|
@ -5,6 +5,7 @@ openwebrx (1.3.0) UNRELEASED; urgency=low
|
||||||
* Added support for decoding ADS-B with dump1090
|
* Added support for decoding ADS-B with dump1090
|
||||||
* Added support for decoding HFDL and VDL2 aircraft communications
|
* Added support for decoding HFDL and VDL2 aircraft communications
|
||||||
* Added decoding of ISM band transmissions using rtl_433
|
* Added decoding of ISM band transmissions using rtl_433
|
||||||
|
* Added support for decoding RDS data on WFM broadcasts using redsea decoder
|
||||||
* Added IPv6 support
|
* Added IPv6 support
|
||||||
* New devices supported:
|
* New devices supported:
|
||||||
- Afedri SDR-Net
|
- Afedri SDR-Net
|
||||||
|
|
|
||||||
3
debian/control
vendored
3
debian/control
vendored
|
|
@ -41,6 +41,7 @@ Recommends: python3-digiham (>= 0.6),
|
||||||
extra-sdr-drivers,
|
extra-sdr-drivers,
|
||||||
perseus-tools,
|
perseus-tools,
|
||||||
dream-headless,
|
dream-headless,
|
||||||
codec2
|
codec2,
|
||||||
|
redsea
|
||||||
Description: multi-user web sdr
|
Description: multi-user web sdr
|
||||||
Open source, multi-user SDR receiver with a web interface
|
Open source, multi-user SDR receiver with a web interface
|
||||||
|
|
|
||||||
|
|
@ -133,6 +133,17 @@ cmakebuild dumphfdl v1.4.1
|
||||||
git clone https://github.com/szpajder/dumpvdl2.git
|
git clone https://github.com/szpajder/dumpvdl2.git
|
||||||
cmakebuild dumpvdl2 v2.3.0
|
cmakebuild dumpvdl2 v2.3.0
|
||||||
|
|
||||||
|
git clone https://github.com/windytan/redsea.git
|
||||||
|
pushd readsea
|
||||||
|
# latest from master as of 2024-01-18
|
||||||
|
git checkout c6e6b47ac2c7a9aac9409483b00ca61cd6eb47bd
|
||||||
|
./autogen.sh
|
||||||
|
./configure
|
||||||
|
make
|
||||||
|
make install
|
||||||
|
popd
|
||||||
|
rm -rf readsea
|
||||||
|
|
||||||
git clone https://github.com/hessu/aprs-symbols /usr/share/aprs-symbols
|
git clone https://github.com/hessu/aprs-symbols /usr/share/aprs-symbols
|
||||||
pushd /usr/share/aprs-symbols
|
pushd /usr/share/aprs-symbols
|
||||||
git checkout 5c2abe2658ee4d2563f3c73b90c6f59124839802
|
git checkout 5c2abe2658ee4d2563f3c73b90c6f59124839802
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue