GNSS-SDR v0.0.5
Creators
- 1. Centre Tecnològic de Telecomunicacions de Catalunya (CTTC)
- 2. CTTC
Description
This release has several improvements and bug fixes:
-
Now GNSS-SDR can be installed on the system with the usual ‘cmake ../ && make && sudo make install’.
-
Added volk_gnsssdr library, a volk-like library implementing some specific kernels and ensuring portable executables. It comes with a ‘volk_gnsssdr_profile’ executable, in the fashion of volk_profile. Volk and volk_gnsssdr are compatible and can be mixed together. This is expected to enable faster execution of the software receiver in upcoming versions.
-
The former ‘rtlsdr_signal_source’ has been replaced by a more general ‘osmosdr_signal_source’ compatible with all those front-ends accessible by the OsmoSDR driver (bladeRF, hackRF, etc.) in addition to RTL-based dongles.
-
Added manpages when binaries gnss-sdr, volk_gnsssdr_profile and front-end-cal are installed.
-
Now GNSS-SDR can be build on i386, amd64, armhf, armel and arm64 architectures.
-
Now GNSS-SDR builds on Ubuntu 14.04 and 14.10, Debian jessie/sid and Mac OS X 10.9 and 10.10.
-
Improved detection of dependencies, specially when installed as .deb packages.
-
Added a ‘check' target with some minimal tests.
-
Added support for interleaved I/Q byte-size sample files.
-
Minor bug fixes, updated documentation and code cleaning.
Files
gnss-sdr-v0.0.5.zip
Files
(4.7 MB)
Name | Size | Download all |
---|---|---|
md5:adcc60fa3cd46bfc8e5e875b672401d2
|
4.7 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/gnss-sdr/gnss-sdr/tree/v0.0.5 (URL)