Re: [Freetel-codec2] FreeDV/Codec2 to FM mixed mode repeater and network connection in QRadioLink

2019-10-22 Thread Al Beard
Hi Adrian, To be more specific: Because you are using Fedora x86_64 edit cmake/Modules/FindmbedTLS.cmake and change "lib" to "lib64" in it's search. mkdir build cd ./build  cmake -DSSL=mbedtls ../ Now to learn how to use it. Later I'll use a Pi3 or an Odroid N2 or RockPro64, all of them

Re: [Freetel-codec2] FreeDV/Codec2 to FM mixed mode repeater and network connection in QRadioLink

2019-10-22 Thread Adrian Musceac
Alan, the instructions say one of openssl, polarssl/mbedtls or gnutls >= 3.0 The cmake flag -DSSL selects what is used. Adrian On October 22, 2019 9:49:13 AM UTC, Al Beard wrote: >Hi Adrian, > >Your "umurmur" requires package PolarSSL. This is superseded by Mbed >TLS. > >But all the function

Re: [Freetel-codec2] FreeDV/Codec2 to FM mixed mode repeater and network connection in QRadioLink

2019-10-22 Thread Al Beard
Hi Adrian, Your "umurmur" requires package PolarSSL. This is superseded by Mbed TLS. But all the function names are different. Not easy. Alan VK2ZIW On Sun, 20 Oct 2019 16:57:58 +0300, Adrian Musceac wrote > Alan, > > Use this version of umurmur: https://github.com/qradiolink/umurmur > It is