Re: Socket PDU TCP connection closed automatically

2021-03-11 Thread Jay Patel
Hi Cinaed, Thanks. I have double check the firewall settings, it looks ok to me. After some googling i found out that the modem connection needed response back to with 5 sec timeout with same JSON string "{"alive": true}" if modem receive response back then it will keep that connection open. I th

Re: Fec issues...

2021-03-11 Thread Nicholas Long
That fixed it... thank you so much. I had never used volk_profile before. A couple questions: what is the difference between generic and spiral? I had not run volk profile previously, what instructions are used by default? Thanks again for the help, Nick On Thu, Mar 11, 2021, 12:47 Tim Hugg

Re: Gr-iio and version 3.9 gnuradio

2021-03-11 Thread Jay Patel
This PR might be helpful. https://github.com/gnuradio/gnuradio/pull/4277 *With Regards,* *Jay Patel* On Thu, Mar 11, 2021 at 10:16 AM Freddy Van Ingelgom wrote: > Hi everyone, > I have some trouble to find the correct version of gr-iio in comb

Fec issues...

2021-03-11 Thread Nicholas Long
Hi all, so I am trying to get the convolutional encoder from gr-fec to work, but I seem to be missing something as I am having issues... Specifically I am looking at cc encoder/decoder definition and fec extended encoder/decoder. However when I try the example fecapi_cc_decoders the output of enc

Gr-iio and version 3.9 gnuradio

2021-03-11 Thread Freddy Van Ingelgom
Hi everyone, I have some trouble to find the correct version of gr-iio in combination with version 3.9 of gnuradio. Can someone point me in the right direction? Tnx! Freddy, ON7VQ

Re: Socket PDU TCP connection closed automatically

2021-03-11 Thread Cinaed Simson
Hi Jay - the error message 'boost::system::system_error' is simply restating what all the other error messages are stating - you can't connect to any of the listed clients - or they can't connect to your server. It could be a problem with the firewall on your machine. You should consult the u