diff --git a/AUTHORS b/AUTHORS index 5414164..44a1014 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4,3 +4,4 @@ Here is the list of contributors that made gr-lora possible. Thank you! Eduard Marin ) esat.kuleuven.be> William Thenaers ) student.pxl.be> Clayton Smith ) gmail.com> + Sébastien Dudek ) penthertz.com> diff --git a/lib/debugger_impl.cc b/lib/debugger_impl.cc index 10c3775..fe4daec 100644 --- a/lib/debugger_impl.cc +++ b/lib/debugger_impl.cc @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* - * Copyright 2021 gr-lora author. + * Copyright 2021 gr-lora rpp0. * * SPDX-License-Identifier: GPL-3.0-or-later */ diff --git a/lib/debugger_impl.h b/lib/debugger_impl.h index 324a5ff..0d3ca62 100644 --- a/lib/debugger_impl.h +++ b/lib/debugger_impl.h @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* - * Copyright 2021 gr-lora author. + * Copyright 2021 gr-lora rpp0. * * SPDX-License-Identifier: GPL-3.0-or-later */ diff --git a/python/qa_channelizer.py b/python/qa_channelizer.py index 22a7b25..776ab42 100755 --- a/python/qa_channelizer.py +++ b/python/qa_channelizer.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright 2021 gr-lora author. +# Copyright 2021 gr-lora rpp0. # # SPDX-License-Identifier: GPL-3.0-or-later # diff --git a/python/qa_controller.py b/python/qa_controller.py index e84ff59..9ed3ff8 100755 --- a/python/qa_controller.py +++ b/python/qa_controller.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright 2021 gr-lora author. +# Copyright 2021 gr-lora rpp0. # # SPDX-License-Identifier: GPL-3.0-or-later # diff --git a/python/qa_debugger.py b/python/qa_debugger.py index d6820ee..a7a3b3f 100755 --- a/python/qa_debugger.py +++ b/python/qa_debugger.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright 2021 gr-lora author. +# Copyright 2021 gr-lora rpp0. # # SPDX-License-Identifier: GPL-3.0-or-later # diff --git a/python/qa_decoder.py b/python/qa_decoder.py index cefc62c..a4db54b 100755 --- a/python/qa_decoder.py +++ b/python/qa_decoder.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright 2021 gr-lora author. +# Copyright 2021 gr-lora rpp0. # # SPDX-License-Identifier: GPL-3.0-or-later # diff --git a/python/qa_message_file_sink.py b/python/qa_message_file_sink.py index 1fd72cf..b4ad3e4 100755 --- a/python/qa_message_file_sink.py +++ b/python/qa_message_file_sink.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright 2021 gr-lora author. +# Copyright 2021 gr-lora rpp0. # # SPDX-License-Identifier: GPL-3.0-or-later # diff --git a/python/qa_message_socket_sink.py b/python/qa_message_socket_sink.py index 63a2ba8..da4597f 100755 --- a/python/qa_message_socket_sink.py +++ b/python/qa_message_socket_sink.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright 2021 gr-lora author. +# Copyright 2021 gr-lora rpp0. # # SPDX-License-Identifier: GPL-3.0-or-later # diff --git a/python/qa_message_socket_source.py b/python/qa_message_socket_source.py index 51212c7..d4f63eb 100755 --- a/python/qa_message_socket_source.py +++ b/python/qa_message_socket_source.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright 2021 gr-lora author. +# Copyright 2021 gr-lora rpp0. # # SPDX-License-Identifier: GPL-3.0-or-later # diff --git a/swig/CMakeLists.txt b/swig/CMakeLists.txt deleted file mode 100644 index e8e9e0d..0000000 --- a/swig/CMakeLists.txt +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 2011 Free Software Foundation, Inc. -# -# This file is part of GNU Radio -# -# GNU Radio is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3, or (at your option) -# any later version. -# -# GNU Radio is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with GNU Radio; see the file COPYING. If not, write to -# the Free Software Foundation, Inc., 51 Franklin Street, -# Boston, MA 02110-1301, USA. - -######################################################################## -# Check if there is C++ code at all -######################################################################## -if(NOT lora_sources) - MESSAGE(STATUS "No C++ sources... skipping swig/") - return() -endif(NOT lora_sources) - -######################################################################## -# Include swig generation macros -######################################################################## -find_package(SWIG) -find_package(PythonLibs) -if(NOT SWIG_FOUND OR NOT PYTHONLIBS_FOUND) - return() -endif() -include(GrSwig) -include(GrPython) - -######################################################################## -# Setup swig generation -######################################################################## -set(GR_SWIG_INCLUDE_DIRS - $) -set(GR_SWIG_TARGET_DEPS gnuradio::runtime_swig) - -set(GR_SWIG_LIBRARIES gnuradio-lora) -set(GR_SWIG_DOC_FILE ${CMAKE_CURRENT_BINARY_DIR}/lora_swig_doc.i) -set(GR_SWIG_DOC_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/../include) - -GR_SWIG_MAKE(lora_swig lora_swig.i) - -######################################################################## -# Install the build swig module -######################################################################## -GR_SWIG_INSTALL(TARGETS lora_swig DESTINATION ${GR_PYTHON_DIR}/lora) - -######################################################################## -# Install swig .i files for development -######################################################################## -install( - FILES - lora_swig.i - ${CMAKE_CURRENT_BINARY_DIR}/lora_swig_doc.i - DESTINATION ${GR_INCLUDE_DIR}/lora/swig -) diff --git a/swig/lora_swig.i b/swig/lora_swig.i deleted file mode 100644 index c712286..0000000 --- a/swig/lora_swig.i +++ /dev/null @@ -1,31 +0,0 @@ -/* -*- c++ -*- */ - -#define LORA_API - -%include "gnuradio.i" // the common stuff - -//load generated python docstrings -%include "lora_swig_doc.i" - -%{ -#include "lora/decoder.h" -#include "lora/message_file_sink.h" -#include "lora/message_socket_sink.h" -#include "lora/channelizer.h" -#include "lora/controller.h" -#include "lora/message_socket_source.h" -%} - - -%include "lora/decoder.h" -GR_SWIG_BLOCK_MAGIC2(lora, decoder); -%include "lora/message_file_sink.h" -GR_SWIG_BLOCK_MAGIC2(lora, message_file_sink); -%include "lora/message_socket_sink.h" -GR_SWIG_BLOCK_MAGIC2(lora, message_socket_sink); -%include "lora/channelizer.h" -GR_SWIG_BLOCK_MAGIC2(lora, channelizer); -%include "lora/controller.h" -GR_SWIG_BLOCK_MAGIC2(lora, controller); -%include "lora/message_socket_source.h" -GR_SWIG_BLOCK_MAGIC2(lora, message_socket_source);