mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-16 07:07:18 +00:00
Update links (mainly from http to https, fix broken links)
This commit is contained in:
@@ -86,7 +86,7 @@ endif()
|
||||
|
||||
if(ENABLE_OSMOSDR)
|
||||
################################################################################
|
||||
# OsmoSDR - http://sdr.osmocom.org/trac/
|
||||
# OsmoSDR - https://osmocom.org/projects/gr-osmosdr/
|
||||
################################################################################
|
||||
if(GROSMOSDR_FOUND)
|
||||
set(OPT_DRIVER_SOURCES ${OPT_DRIVER_SOURCES} osmosdr_signal_source.cc)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* \file osmosdr_signal_source.cc
|
||||
* \brief Signal source for the Realtek RTL2832U USB dongle DVB-T receiver
|
||||
* (see http://sdr.osmocom.org/trac/wiki/rtl-sdr for more information)
|
||||
* (see https://osmocom.org/projects/rtl-sdr/wiki for more information)
|
||||
* \author Javier Arribas, 2012. jarribas(at)cttc.es
|
||||
*
|
||||
* -------------------------------------------------------------------------
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* \file osmosdr_signal_source.h
|
||||
* \brief Signal source wrapper for OsmoSDR-compatible front-ends, such as
|
||||
* HackRF or Realtek's RTL2832U-based USB dongle DVB-T receivers
|
||||
* (see http://sdr.osmocom.org/trac/wiki/rtl-sdr for more information)
|
||||
* (see https://osmocom.org/projects/rtl-sdr/wiki for more information)
|
||||
* \author Javier Arribas, 2012. jarribas(at)cttc.es
|
||||
*
|
||||
* -------------------------------------------------------------------------
|
||||
@@ -49,7 +49,7 @@ class ConfigurationInterface;
|
||||
/*!
|
||||
* \brief This class reads samples OsmoSDR-compatible front-ends, such as
|
||||
* HackRF or Realtek's RTL2832U-based USB dongle DVB-T receivers
|
||||
* (see http://sdr.osmocom.org/trac/wiki/rtl-sdr)
|
||||
* (see https://osmocom.org/projects/rtl-sdr/wiki)
|
||||
*/
|
||||
class OsmosdrSignalSource : public GNSSBlockInterface
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* \file rtl_tcp_signal_source.cc
|
||||
* \brief Signal source for the Realtek RTL2832U USB dongle DVB-T receiver
|
||||
* over TCP.
|
||||
* (see http://sdr.osmocom.org/trac/wiki/rtl-sdr for more information)
|
||||
* (see https://osmocom.org/projects/rtl-sdr/wiki for more information)
|
||||
* \author Anthony Arnold, 2015. anthony.arnold(at)uqconnect.edu.au
|
||||
*
|
||||
* -------------------------------------------------------------------------
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* \file rtl_tcp_signal_source.h
|
||||
* \brief Signal source which reads from rtl_tcp.
|
||||
* (see http://sdr.osmocom.org/trac/wiki/rtl-sdr for more information)
|
||||
* (see https://osmocom.org/projects/rtl-sdr/wiki for more information)
|
||||
* \author Anthony Arnold, 2015. anthony.arnold(at)uqconnect.edu.au
|
||||
*
|
||||
* -------------------------------------------------------------------------
|
||||
@@ -50,7 +50,7 @@ class ConfigurationInterface;
|
||||
/*!
|
||||
* \brief This class reads from rtl_tcp, which streams interleaved
|
||||
* I/Q samples over TCP.
|
||||
* (see http://sdr.osmocom.org/trac/wiki/rtl-sdr)
|
||||
* (see https://osmocom.org/projects/rtl-sdr/wiki)
|
||||
*/
|
||||
class RtlTcpSignalSource : public GNSSBlockInterface
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* \author Anthony Arnold, 2015. anthony.arnold(at)uqconnect.edu.au
|
||||
*
|
||||
* This module contains logic taken from gr-omsosdr
|
||||
* <http://git.osmocom.org/gr-osmosdr>
|
||||
* <https://git.osmocom.org/gr-osmosdr>
|
||||
* -------------------------------------------------------------------------
|
||||
*
|
||||
* Copyright (C) 2010-2019 (see AUTHORS file for a list of contributors)
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
*
|
||||
* The implementation of this block is a combination of various helpful
|
||||
* sources. The data format and command structure is taken from the
|
||||
* original Osmocom rtl_tcp_source_f (http://git.osmocom.org/gr-osmosdr).
|
||||
* original Osmocom rtl_tcp_source_f (https://git.osmocom.org/gr-osmosdr).
|
||||
* The aynchronous reading code comes from the examples provides
|
||||
* by Boost.Asio and the bounded buffer producer-consumer solution is
|
||||
* taken from the Boost.CircularBuffer examples (http://boost.org/).
|
||||
* taken from the Boost.CircularBuffer examples (https://www.boost.org/).
|
||||
*
|
||||
* -------------------------------------------------------------------------
|
||||
*
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* \author Javier Arribas, jarribas(at)cttc.es
|
||||
*
|
||||
* This file contains information taken from librtlsdr:
|
||||
* http://git.osmocom.org/rtl-sdr/
|
||||
* https://git.osmocom.org/rtl-sdr
|
||||
* -------------------------------------------------------------------------
|
||||
*
|
||||
* Copyright (C) 2010-2019 (see AUTHORS file for a list of contributors)
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* \author Javier Arribas, jarribas(at)cttc.es
|
||||
*
|
||||
* This file contains information taken from librtlsdr:
|
||||
* http://git.osmocom.org/rtl-sdr/
|
||||
* https://git.osmocom.org/rtl-sdr
|
||||
* -------------------------------------------------------------------------
|
||||
*
|
||||
* Copyright (C) 2010-2019 (see AUTHORS file for a list of contributors)
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* \author Anthony Arnold, 2015. anthony.arnold(at)uqconnect.edu.au
|
||||
*
|
||||
* This file contains information taken from librtlsdr:
|
||||
* http://git.osmocom.org/rtl-sdr/
|
||||
* https://git.osmocom.org/rtl-sdr
|
||||
* -------------------------------------------------------------------------
|
||||
*
|
||||
* Copyright (C) 2010-2019 (see AUTHORS file for a list of contributors)
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* \author Anthony Arnold, 2015. anthony.arnold(at)uqconnect.edu.au
|
||||
*
|
||||
* This file contains information taken from librtlsdr:
|
||||
* http://git.osmocom.org/rtl-sdr/
|
||||
* https://git.osmocom.org/rtl-sdr
|
||||
* -------------------------------------------------------------------------
|
||||
*
|
||||
* Copyright (C) 2010-2019 (see AUTHORS file for a list of contributors)
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* \author Anthony Arnold, 2015. anthony.arnold(at)uqconnect.edu.au
|
||||
*
|
||||
* This file contains information taken from librtlsdr:
|
||||
* http://git.osmocom.org/rtl-sdr/
|
||||
* https://git.osmocom.org/rtl-sdr
|
||||
* -------------------------------------------------------------------------
|
||||
*
|
||||
* Copyright (C) 2010-2019 (see AUTHORS file for a list of contributors)
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* \author Anthony Arnold, 2015. anthony.arnold(at)uqconnect.edu.au
|
||||
*
|
||||
* This file contains information taken from librtlsdr:
|
||||
* http://git.osmocom.org/rtl-sdr/
|
||||
* https://git.osmocom.org/rtl-sdr
|
||||
* -------------------------------------------------------------------------
|
||||
*
|
||||
* Copyright (C) 2010-2019 (see AUTHORS file for a list of contributors)
|
||||
|
||||
Reference in New Issue
Block a user