Re: OOT Porting from gnuradio v3.7 to v3.8

2021-03-10 Thread Andi Kita
sudo apt-get install libitpp-dev On Tue, Mar 9, 2021, 9:05 PM Louis Jung wrote: > Hello, > > I’m currently trying to port ‘gr-csitool’ ( > https://github.com/qiank10/gr-csitool) from gnuradio v3.7 to v3.8 in OS X. > > I’ve installed gnuradio via MacPorts. > > While I’ve followed instruction

Re: finding my cell phone signal in the spectrum

2021-02-18 Thread Andi Kita
If you have an Android download the Network Cell info lite or Lte Discovery app. It will show what you need for you to figure out where to look. Gqrx is good to look at the spectrum and also gr-gsm to sniff packets over 2G-3G networks. I see TMobile still has 2G <>=1990mhzand all you need is a

Re: Jamming the WiFi channel

2021-01-17 Thread Andi Kita
I mean really why don't you just google stuff lol and end it. Jamming is illegal, testing your network it's not so don't jam others and you are fine. Don't jam your router with high transmitting power stay as close to your router 1 meter so you don't affect others and and you are good to go.

Re: Mpir Installation

2020-04-28 Thread Andi Kita
I looked at Mpir. Run ./auogen.shThan once that's done and all comes out ok you will run ./configure. Autogen.sh will bring up configure. It generates the files you need it to run. Pretty basic. On Mon, Apr 27, 2020, 8:29 AM Vincenzo Mone wrote: > Hello I am trying to install Mpir on

Re: [Discuss-gnuradio] Build GR 3.8 from source

2019-07-21 Thread Andi Kita
ichael asked for the plain CMake output > instead of the (slightly misleading) CMakeOutput.log. > > Hope you understand why I wanted to avoid derailing the discussion! > > Best regards, > Marcus > > On Sun, 2019-07-21 at 09:29 -0400, Andi Kita wrote: > > Hello Marcus,

Re: [Discuss-gnuradio] Build GR 3.8 from source

2019-07-21 Thread Andi Kita
incompatible > versions of fragments of software, and it made none of them happy. > > Also, header files can't be compiled. > > Best regards, > Marcus > > On Sun, 2019-07-21 at 00:32 -0400, Andi Kita wrote: > > Hello, > > > > cpuid.h is part of gcc. You should hav

Re: [Discuss-gnuradio] Build GR 3.8 from source

2019-07-20 Thread Andi Kita
Hello, cpuid.h is part of gcc. You should have gcc installed already! While intrin.h header file is founded in clang also downloadable from GitHub. CMake is looking for both files. Once you compile each one you will be able to resolve this issue. You can always copy and paste the header files

[Discuss-gnuradio] OsmoGMR

2018-11-27 Thread Andi Kita
Hello guys, I have been trying to compile osmo gmr on 16.04 ubuntu. So far i have compiled the source but multi rx . It is asking me about gnuradio-usrp package which is very old. A couple of guys have helped me find the actual ubuntu version that corrensponds with the gnuradio 3.2.2 which has

Re: [Discuss-gnuradio] Gnuradio 3.2.2

2018-11-27 Thread Andi Kita
> advice. GNU Radio now includes the USRP support in gr-uhd, so it's likely > that you will not have to make too many changes to support the newer GNU > Radio. The USRP driver is UHD which is also packaged in all recent Ubuntu > releases. > > Derek > On 27/11/2018 14:08, An

[Discuss-gnuradio] Gnuradio 3.2.2

2018-11-27 Thread Andi Kita
Hello, Does anyone know what ubuntu version is compatible with gnuradio 3.2.2? I want to be able to install gr-usrp with an old project that i want to do. Any help appreciate it. Thank you. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org