GNU-Radio Clean Install

2022-12-15 Thread Yotam Rabin
Hi everyone! I upgraded gnuradio to version 3.10 from 3.8 which seems to have broken some libraries which I can't uninstall via make because I'm missing swig. Is there a way to clean install gnuradio without any of the OOT modules? I tried "apt purge" doesn't seem to solve the problem Any help

Removing OOT modules from upgraded gnuradio

2022-12-11 Thread Yotam Rabin
Hi all! I upgraded to Ubuntu 22.04, and with it upgraded gnuradio to version 3.10. Because of that I need to remove all OOT modules, which didn't succeed when using "make uninstall" as it gives out a swig error due to swig not being used anymore. I also tried using apt-purge without success. Is

Re: CCSDS BCH and CLTU coding

2022-11-09 Thread Yotam Rabin
Thanks, it worked! Yotam On Wed, Nov 9, 2022 at 2:08 PM Brandon Smith wrote: > Yotam, > > You are probably missing swig, sudo apt-get install swig. > Then after cmake, make, sudo make install, run ldconfig. > > - Brandon Smith > > > On Wed, Nov 9, 2022 at 6:32 AM Yo

Re: CCSDS BCH and CLTU coding

2022-11-09 Thread Yotam Rabin
ule named kcsa_swig" . Do you know what I'm missing by any chance? Thanks, Yotam On Mon, Nov 7, 2022 at 12:11 PM Yotam Rabin wrote: > Great, thanks! > > On Mon, Nov 7, 2022 at 11:55 AM WarMonkey wrote: > >> Reuse the function and build your OOT module. >> >> O

Re: CCSDS BCH and CLTU coding

2022-11-07 Thread Yotam Rabin
Great, thanks! On Mon, Nov 7, 2022 at 11:55 AM WarMonkey wrote: > Reuse the function and build your OOT module. > > On Mon, 7 Nov 2022 at 17:54, Yotam Rabin wrote: > >> Thank you, I see that the library is built for gnuradio 3.7, is there a >> ported version for 3.8 by

Re: CCSDS BCH and CLTU coding

2022-11-07 Thread Yotam Rabin
Thank you, I see that the library is built for gnuradio 3.7, is there a ported version for 3.8 by any chance? On Sat, Nov 5, 2022 at 6:39 AM WarMonkey wrote: > Check this out > > https://github.com/opensatellite/KS-1Q/blob/master/host/gr-kcsa-ks1q/lib/halfduplex_tc_impl.cc#L195 &g

CCSDS BCH and CLTU coding

2022-11-03 Thread Yotam Rabin
Hi everyone! I'm trying to design a gnuradio based ccsds transmitter using the ccsds 231.0-b TC standard. My design requires the use of BCH (63,56) code and the encapsulation of the data inside the CLTU packet. Does anyone have any experience with this in gnuradio ? I wasn't able to find any