Giter VIP home page Giter VIP logo

gr-mixalot's People

Contributors

777arc avatar bkerler avatar ckoval7 avatar ckuethe avatar cnelson avatar jjwbruijn avatar petterreinholdtsen avatar unknownloner avatar unsynchronized avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gr-mixalot's Issues

pretty please add a license to the repo

The repo has been forked to add gnuradio 3.8 support but there is no license on the original repo which makes everything murky. Even if you don't want to maintain this anymore, please add a permissive license so others can continue your work.

merge gr 3.8 fixes into wasp

Thanks for accepting @ckoval7's gr 3.8 PR. Can you please merge those changes into the wasp branch for testing as well please? or you are ready to pull wasp into maint-3.8 that's great too.

cmake error

Hi everyone,

I get an error when I try to cmake Mixalot :

-- Check size of unsigned int - done
-- Found PythonLibs: /usr/lib/i386-linux-gnu/libpython2.7.so (found suitable version "2.7.6", minimum required is "2")
-- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE
-- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE - Success
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.6")
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
ITPP_INCLUDE_DIR (ADVANCED)
used as include directory in directory /home/kevin/gr-mixalot/lib
used as include directory in directory /home/kevin/gr-mixalot/lib
ITPP_LIBRARY_NORMAL
linked by target "gnuradio-mixalot" in directory /home/kevin/gr-mixalot/lib
linked by target "test-mixalot" in directory /home/kevin/gr-mixalot/lib

-- Configuring incomplete, errors occurred!
See also "/home/kevin/gr-mixalot/build/CMakeFiles/CMakeOutput.log".

I have GRC 3.7 installed.

Best regards !

Kévin.

ImportError: No module named mixalot

Hello everybody,

now i have a HackRf One and i try your Programm with it.
i have a USB-Stick where Pentoo is working.
In GnuRadio, when i press the execute button following text reported:

Generating: "/run/media/root/MYLINUXLIVE/gr-mixalot-master/gr-mixalot-master/grc/pocsagtx_hackrf.py"

Executing: "/run/media/root/MYLINUXLIVE/gr-mixalot-master/gr-mixalot-master/grc/pocsagtx_hackrf.py"

Traceback (most recent call last):
File "/run/media/root/MYLINUXLIVE/gr-mixalot-master/gr-mixalot-master/grc/pocsagtx_hackrf.py", line 19, in
import mixalot
ImportError: No module named mixalot

Done (return code 1)

Can you say what i can do? The problem is that i am a noob in Linux :-(

Weak/irregular broadcast on some machines

Hi there,

I've been loving gr-mixalot! I have however been experiencing some issues using it on less "beefy" machines like the Raspberry Pi 2 or a dual-core NanoPC. I'm using a hackrf to transmit and an rtl-sdr to monitor that transmission. Everything works fine when I transmit using the hackrf from my Macbook Pro, however both the RPi2 and the NanoPC broadcasts appear "choppy" and irregular and cannot be picked up on the pager that I am broadcasting to. Do you think these machines are just too weak to run the DSP algorithms or do you think there is something else I might be able to do to get gr-mixalot working on them?

Thanks!
Brannon

make or sudo make failure

Wanted to play around with this but I am running into errors. The cmake build completes successfully but I get make errors (below), root or not. Gnuradio has been installed and working for awhile 3.7.10 on this ubuntu 16.04 system. Not sure what nooby thing i've missed but any help would be appreciated.

In file included from /home/flarbo/gr-mixalot/lib/utils.cc:9:0:
/home/flarbo/gr-mixalot/lib/utils.h:17:74: error: ‘uint32_t’ was not declared in this scope
         void make_numeric_message(const std::string message, std::vector<uint32_t> &msgwords);
                                                                          ^
/home/flarbo/gr-mixalot/lib/utils.h:17:82: error: template argument 1 is invalid
         void make_numeric_message(const std::string message, std::vector<uint32_t> &msgwords);
                                                                                  ^
/home/flarbo/gr-mixalot/lib/utils.h:17:82: error: template argument 2 is invalid
/home/flarbo/gr-mixalot/lib/utils.h:18:72: error: ‘uint32_t’ was not declared in this scope
         void make_alpha_message(const std::string message, std::vector<uint32_t> &msgwords);
                                                                        ^
/home/flarbo/gr-mixalot/lib/utils.h:18:80: error: template argument 1 is invalid
         void make_alpha_message(const std::string message, std::vector<uint32_t> &msgwords);
                                                                                ^
/home/flarbo/gr-mixalot/lib/utils.h:18:80: error: template argument 2 is invalid
/home/flarbo/gr-mixalot/lib/utils.h:19:9: error: ‘uint32_t’ does not name a type
         uint32_t encodeword(uint32_t dw);
         ^
/home/flarbo/gr-mixalot/lib/utils.h:20:29: error: variable or field ‘uint32_to_bvec’ declared void
         void uint32_to_bvec(uint32_t d, bvec &bv, int nbits = 32);
                             ^
/home/flarbo/gr-mixalot/lib/utils.h:20:29: error: ‘uint32_t’ was not declared in this scope
/home/flarbo/gr-mixalot/lib/utils.h:20:46: error: expected primary-expression before ‘&’ token
         void uint32_to_bvec(uint32_t d, bvec &bv, int nbits = 32);
                                              ^
/home/flarbo/gr-mixalot/lib/utils.h:20:47: error: ‘bv’ was not declared in this scope
         void uint32_to_bvec(uint32_t d, bvec &bv, int nbits = 32);
                                               ^
/home/flarbo/gr-mixalot/lib/utils.h:20:51: error: expected primary-expression before ‘int’
         void uint32_to_bvec(uint32_t d, bvec &bv, int nbits = 32);
                                                   ^
/home/flarbo/gr-mixalot/lib/utils.h:21:9: error: ‘uint32_t’ does not name a type
         uint32_t bvec_to_uint32(const bvec &bv);
         ^
/home/flarbo/gr-mixalot/lib/utils.h:22:35: error: ‘uint32_t’ was not declared in this scope
         unsigned char even_parity(uint32_t x);
                                   ^
/home/flarbo/gr-mixalot/lib/utils.cc:17:21: error: redefinition of ‘unsigned char gr::mixalot::even_parity’
         even_parity(uint32_t x) {
                     ^
In file included from /home/flarbo/gr-mixalot/lib/utils.cc:9:0:
/home/flarbo/gr-mixalot/lib/utils.h:22:23: note: ‘unsigned char gr::mixalot::even_parity’ previously defined here
         unsigned char even_parity(uint32_t x);
                       ^
/home/flarbo/gr-mixalot/lib/utils.cc:17:21: error: ‘uint32_t’ was not declared in this scope
         even_parity(uint32_t x) {
                     ^
/home/flarbo/gr-mixalot/lib/utils.cc:52:9: error: ‘uint32_t’ does not name a type
         uint32_t 
         ^
/home/flarbo/gr-mixalot/lib/utils.cc:65:24: error: variable or field ‘uint32_to_bvec’ declared void
         uint32_to_bvec(uint32_t d, bvec &bv, int nbits) {
                        ^
/home/flarbo/gr-mixalot/lib/utils.cc:65:24: error: ‘uint32_t’ was not declared in this scope
/home/flarbo/gr-mixalot/lib/utils.cc:65:41: error: expected primary-expression before ‘&’ token
         uint32_to_bvec(uint32_t d, bvec &bv, int nbits) {
                                         ^
/home/flarbo/gr-mixalot/lib/utils.cc:65:42: error: ‘bv’ was not declared in this scope
         uint32_to_bvec(uint32_t d, bvec &bv, int nbits) {
                                          ^
/home/flarbo/gr-mixalot/lib/utils.cc:65:46: error: expected primary-expression before ‘int’
         uint32_to_bvec(uint32_t d, bvec &bv, int nbits) {
                                              ^
/home/flarbo/gr-mixalot/lib/utils.cc:210:1: error: expected ‘}’ at end of input
 }
 ^
/home/flarbo/gr-mixalot/lib/utils.cc:210:1: error: expected ‘}’ at end of input
lib/CMakeFiles/gnuradio-mixalot.dir/build.make:62: recipe for target 'lib/CMakeFiles/gnuradio-mixalot.dir/utils.cc.o' failed
make[2]: *** [lib/CMakeFiles/gnuradio-mixalot.dir/utils.cc.o] Error 1
CMakeFiles/Makefile2:137: recipe for target 'lib/CMakeFiles/gnuradio-mixalot.dir/all' failed
make[1]: *** [lib/CMakeFiles/gnuradio-mixalot.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2

.

.

osmo-fl2k?

Am I able to use the osmo-fl2k with this software? If so how would I set that up?

Error while building.

Hi, im trying to build it with Ubuntu 14.04 but i got this errors:

-- checking for module 'gruel'
-- package 'gruel' not found
-- Could NOT find GRUEL (missing: GRUEL_LIBRARIES GRUEL_INCLUDE_DIRS)
-- checking for module 'gnuradio-core'
-- package 'gnuradio-core' not found
-- Could NOT find GNURADIO_CORE (missing: GNURADIO_CORE_LIBRARIES GNURADIO_CORE_INCLUDE_DIRS)
CMake Error at cmake/Modules/FindITPP.cmake:70 (GET_FILENAME_COMPONENT):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
CMakeLists.txt:91 (find_package)

-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found version "2.7.6")
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable version "2.7.6", minimum required is "2")
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
ITPP_INCLUDE_DIR (ADVANCED)
used as include directory in directory /home/crx/gr-mixalot-master/lib
used as include directory in directory /home/crx/gr-mixalot-master/lib
ITPP_LIBRARY_NORMAL
linked by target "gnuradio-mixalot" in directory /home/crx/gr-mixalot-master/lib
linked by target "test-mixalot" in directory /home/crx/gr-mixalot-master/lib

-- Configuring incomplete, errors occurred!

Setting Sub-Ric

Hi,
thanks for your work!
Is there any chance to set the sub-ric of the message? My pager always shows sub D, but for my purposes it should be A...
Thanks in advance.

error executing ./pocsagtx_hackrf.py

Hello,

I have a problem when :
$ ./pocsagtx_hackrf.py
Traceback (most recent call last):
File "./pocsagtx_hackrf.py", line 19, in
import mixalot
File "/usr/local/lib/python2.7/dist-packages/mixalot/init.py", line 45, in
from mixalot_swig import *
ImportError: No module named mixalot_swig

What can I do to solve this issue ?
++

Jack

Where to find supported pagers?

Hey there,

Super excited to use gr-mixalot. Thanks for doing all of the heavy lifting to get this kind of POCSAG transmission support w/ GRC. In going through your docs it looks like gr-mixalot doesn't support FLEX protocols, and most alphanumeric pagers I can't find on the "cheap" online (ebay mostly) are flex only. Do you have a list of known supported devices or a vendor recommendation on where to find a load of POCSAG 512, 1200, and 2400 supported pagers w/ accessible cap codes?

Thanks,
Brannon

Add POCSAG tone only pagers support - tone only message option

Please add support for POCSAG tone-only pagers.

POCSAG specifies four different call modes:

Tone only pagers (Mode 0 and 1)

The receiver can receive four different messages. The meaning of the four tones must be determined beforehand. The acoustic signal is supported by the display of the A, B, C or D messages on a small LCD display. All pagers must in principle have tone-only capability as a minimum.

Numeric pagers (Mode 2)

Individual parties receive their messages in the form of transmitted digits and some special characters. In this way for example, the telephone number which the POCSAG subscriber is to call, can be relayed. Messages are displayed on the pager display and may be partially stored.

Alphanumeric pagers (Mode 3)

The pager type which is easiest to use, is the alphanumeric pager where the transmitted message is displayed on the pager display. Such messages may be up to 80 characters long.

how to add this to GNU Radio 3.7 installed on Windows 10?

Can anyone help by telling me how to make this work on windows 10?
I downloaded a folder with the files but I don't know what steps I should follow to get it to work...
The only thing I managed to do is to add the block named Single-Page POCSAG Xmit to the list of blocks and now it is recognised by GRC. But the whole configuration is not working, I get the error: no module named mixalot. That is because the module is not installed and I don't know how to install it or where to copy the files
Can anynone help me please?

ImportError: dynamic module does not define init function (init_mixalot_swig)

>>> import mixalot
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/site-packages/mixalot/__init__.py", line 45, in <module>
    from mixalot_swig import *
  File "/usr/lib/python2.7/site-packages/mixalot/mixalot_swig.py", line 28, in <module>
    _mixalot_swig = swig_import_helper()
  File "/usr/lib/python2.7/site-packages/mixalot/mixalot_swig.py", line 24, in swig_import_helper
    _mod = imp.load_module('_mixalot_swig', fp, pathname, description)
ImportError: dynamic module does not define init function (init_mixalot_swig)

Transmission being 'cut short'

I have been testing gr-mixalot on Debian and found that transmissions are being cut short. This isn't noticeable with POCSAG512, but with POCSAG1200 only part of the message actually gets through because the transmitter is switched off before all the text is sent. I have verified this with multimon-ng. I have listened to the audio on a receiver and with POCSAG2400 it doesn't even transmit the message portion, only the initial 'pilot tone' can be heard and the transmitter is switched off before the actual data stream is sent.

pocsagtx_hackrf.grc not working

Hi

It is probably user error but I have got it all set up, no errors but when i set the cap code and freq in gnuradio and hit play, it does not send the message. Or at least, it is not received.

output on terminal:

Generating: '/home/hero/Downloads/gr-mixalot-main/examples/pocsagtx_hackrf.py'

Executing: /usr/bin/x-terminal-emulator -e /usr/bin/python3 -u /home/hero/Downloads/gr-mixalot-main/examples/pocsagtx_hackrf.py

Done

Segfault in python using HackRF

Hi there,

I just installed gr-mixalot (after all dependencies) on a Debian 17.04. Cmake/make/make install worked flawlessly and after adding the serial of my HackRF (instead of hackrf=0) it was found.

However, upon calling the line
self.mixalot_pocencode_0 = mixalot.pocencode(1, 1200, 49899, 'Test', 38400)
the py-script crashes:

./pocsagtx_hackrf.py 
linux; GNU C++ version 6.3.0 20170406; Boost_106200; UHD_003.010.002.000-0-ge75c7d6f

gr-osmosdr v0.1.4-98-gc653754d (0.1.5git) gnuradio 3.7.11.1
built-in sink types: uhd hackrf bladerf redpitaya file 
Using HackRF One with firmware 2017.02.1 
mixalot

*** Error in `python2': corrupted double-linked list: 0x0000558a2b2869c0 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x7908b)[0x7f6b4d25c08b]
/lib/x86_64-linux-gnu/libc.so.6(+0x84982)[0x7f6b4d267982]
/lib/x86_64-linux-gnu/libc.so.6(__libc_malloc+0x54)[0x7f6b4d268d84]
/usr/lib/x86_64-linux-gnu/libstdc++.so.6(_Znwm+0x18)[0x7f6b49d98af8]
/usr/lib/x86_64-linux-gnu/libitpp.so.8(_ZN4itpp5ArrayINS_2GFEE8set_sizeEib+0x164)[0x7f6b400b2974]
/usr/lib/x86_64-linux-gnu/libitpp.so.8(_ZN4itpp6modgfxERKNS_3GFXES2_+0x408)[0x7f6b400dcc88]
/usr/lib/x86_64-linux-gnu/libitpp.so.8(_ZN4itpp3BCH6encodeERKNS_3VecINS_3binEEERS3_+0x49f)[0x7f6b400ae2df]
/usr/lib/x86_64-linux-gnu/libitpp.so.8(_ZN4itpp3BCH6encodeERKNS_3VecINS_3binEEE+0x29)[0x7f6b400abae9]
/usr/local/lib/libgnuradio-mixalot.so(+0x5fd5)[0x7f6b404ebfd5]
/usr/local/lib/libgnuradio-mixalot.so(+0x6ade)[0x7f6b404ecade]
/usr/local/lib/libgnuradio-mixalot.so(+0x7b03)[0x7f6b404edb03]
/usr/local/lib/libgnuradio-mixalot.so(+0x86f7)[0x7f6b404ee6f7]
/usr/local/lib/libgnuradio-mixalot.so(_ZN2gr7mixalot9pocencode4makeENS1_9msgtype_tEjjNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEm+0xb3)[0x7f6b404eea03]
/usr/local/lib/python2.7/dist-packages/mixalot/_mixalot_swig.so(+0x131c0)[0x7f6b4070d1c0]
python2(PyEval_EvalFrameEx+0x750e)[0x558a292a61de]
python2(PyEval_EvalCodeEx+0x255)[0x558a2929d4e5]
python2(PyEval_EvalFrameEx+0x6967)[0x558a292a5637]
python2(PyEval_EvalCodeEx+0x255)[0x558a2929d4e5]
python2(+0x115e0e)[0x558a292b9e0e]
python2(PyObject_Call+0x43)[0x558a2928b493]
python2(+0x12c2ee)[0x558a292d02ee]
python2(PyObject_Call+0x43)[0x558a2928b493]
python2(+0x12c027)[0x558a292d0027]
python2(+0xed0b4)[0x558a292910b4]
python2(PyObject_Call+0x43)[0x558a2928b493]
python2(PyEval_EvalFrameEx+0x60df)[0x558a292a4daf]
python2(PyEval_EvalCodeEx+0x255)[0x558a2929d4e5]
python2(PyEval_EvalFrameEx+0x61c9)[0x558a292a4e99]
python2(PyEval_EvalCodeEx+0x255)[0x558a2929d4e5]
python2(PyEval_EvalCode+0x19)[0x558a2929d289]
python2(+0x12913f)[0x558a292cd13f]
python2(PyRun_FileExFlags+0x82)[0x558a292c8032]
python2(PyRun_SimpleFileExFlags+0x19e)[0x558a292c7b7e]
python2(Py_Main+0x6c2)[0x558a29278a02]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1)[0x7f6b4d2033f1]
python2(_start+0x2a)[0x558a2927822a]

Any Ideas for that?

Greetings,

^.^ Dingo

Four letter message do not arrive.

I tried sending a three letter message ('Hei.'), and my pager failed to discover it. Is there something wrong with the handling of short messages? Can others receive short messages?

Import module fails

hi Brandon, here is a follow up from Twitter:
@unsynchronized it was because of IT++ and Doxygen. Now almost everything works beside if I use No GUI I get it generating the .py file, but when it executes it says that the file or folder does not exist, even though the file is in there. If I use WX GUI it Can execute but says that mixalot module cannot be found in Line 20. Sorry I am a complete Noob at GR ;) Br. Martin

HACKRF_ERROR_NOT_FOUND

Hi,

I've been able to run the module on ubuntu. But after installing it on OSX it reports the following:
FATAL: Failed to open HackRF device (-5) HACKRF_ERROR_NOT_FOUND

Every other gnuradio module works fine with the hackrf. Any clue where to look for?

add Reflex support

It would be really neat to be able to use a motorola talkabout again. This project is the most complete paging encoder software that I have found and adding reflex would make this even cooler.

There are still 2 way pager services in America by the way which could help in reversing.

I haven't been able to find ANY documentation online sadly.

Hack RF not found too :(

/usr/bin/python2 -u /home/sigmounte/datas/sources/gr-mixalot/grc/pocsagtx_hackrf.py
linux; GNU C++ version 5.2.1 20151010; Boost_105800; UHD_003.010.git-106-ga0737f08

Using Volk machine: sse4_1_64_orc
gr-osmosdr v0.1.4-58-g810a981d (0.1.5git) gnuradio 3.7.9
built-in sink types: uhd hackrf bladerf redpitaya
Number of USB devices: 10
USB device 1d50:6089: 0000000000000000457863c825474e1f skip

FATAL: Failed to open HackRF device (-5) HACKRF_ERROR_NOT_FOUND

Trying to fill up 1 missing channel(s) with null sink(s).
This is being done to prevent the application from crashing
due to gnuradio bug #528.

^C
sigmounte@falken:~$ hackrf_info
Found HackRF board 0:
USB descriptor string: 0000000000000000457863c825474e1f
Board ID Number: 2 (HackRF One)
Firmware Version: 2015.07.2
Part ID Number: 0xa000cb3c 0x005e474b
Serial Number: 0x00000000 0x00000000 0x457863c8 0x25474e1f

Package for Debian?

Hi. I've been experimenting with this package, and am considering to package it for Debian. Is the package actively maintained? Are you interested in helping to make this become a reality?

I've been able to get it built and running, and was even able to send a (garbled) message to my old pager. I guess it need more work before it send the correct charset or something, but it seem useful enough for me to want to upload it to Debian.

ImportError: libgnuradio-mixalot.so.1.0.0: cannot open shared object file: No such file or directory

Hello,
I have succsessfully installed the library on one system running Ubuntu 22.04. I tried to do the same on my laptop, but when I try to run the script, I get this error:

Traceback (most recent call last):
  File "/home/gigibu5/tmp/gr-mixalot/examples/./pocsagtx.py", line 26, in <module>
    import gnuradio.mixalot as mixalot
  File "/usr/local/lib/python3.10/dist-packages/gnuradio/mixalot/__init__.py", line 18, in <module>
    from .mixalot_python import *
ImportError: libgnuradio-mixalot.so.1.0.0: cannot open shared object file: No such file or directory

I have installed it using the following steps:

  1. cmake .
  2. make
  3. sudo make install

Thank you for your help.

pocsag1200: command not found

Hi,

I don't seem to be having much luck.

I installed via Sudo apt-get

  • GnuRadio 3.10
  • libitpp-dev

and this app seems to have built and installed correctly but when I run it, it says not found. What am I missing? thanks in advance!

ntfypi@ntfy:~ $ sudo make install
[ 42%] Built target gnuradio-mixalot
[ 42%] Built target pygen_apps_9a6dd283c3de653fbca500f9721f634f
[ 57%] Built target pygen_python_mixalot_4cae134e9f5e4e9a8709480a55dd34cb
[ 57%] Built target copy_module_for_tests
[ 64%] Built target mixalot_docstrings
[100%] Built target mixalot_python
[100%] Built target copy_bindings_for_tests
Install the project...
-- Install configuration: "Release"
-- Installing: /usr/local/lib/cmake/gnuradio-mixalot/gnuradio-mixalotConfig.cmake
-- Installing: /usr/local/include/gnuradio/mixalot/api.h
-- Installing: /usr/local/include/gnuradio/mixalot/gscencode.h
-- Installing: /usr/local/include/gnuradio/mixalot/pocencode.h
-- Installing: /usr/local/include/gnuradio/mixalot/flexencode.h
-- Installing: /usr/local/lib/arm-linux-gnueabihf/libgnuradio-mixalot.so.1.0.0.0
-- Installing: /usr/local/lib/arm-linux-gnueabihf/libgnuradio-mixalot.so.1.0.0
-- Set runtime path of "/usr/local/lib/arm-linux-gnueabihf/libgnuradio-mixalot.so.1.0.0.0" to ""
-- Installing: /usr/local/lib/arm-linux-gnueabihf/libgnuradio-mixalot.so
-- Installing: /usr/local/lib/cmake/gnuradio-mixalot/gnuradio-mixalotTargets.cmake
-- Installing: /usr/local/lib/cmake/gnuradio-mixalot/gnuradio-mixalotTargets-release.cmake
-- Installing: /usr/local/lib/cmake/gnuradio-mixalot/gnuradio-mixalotConfig.cmake
-- Installing: /usr/local/lib/python3.11/dist-packages/gnuradio/mixalot/init.py
-- Installing: /usr/local/lib/python3.11/dist-packages/gnuradio/mixalot/init.pyc
-- Installing: /usr/local/lib/python3.11/dist-packages/gnuradio/mixalot/init.pyo
-- Installing: /usr/local/lib/python3.11/dist-packages/gnuradio/mixalot/mixalot_python.cpython-311-arm-linux-gnueabihf.so
-- Set runtime path of "/usr/local/lib/python3.11/dist-packages/gnuradio/mixalot/mixalot_python.cpython-311-arm-linux-gnueabihf.so" to ""
-- Installing: /usr/local/share/gnuradio/grc/blocks/mixalot_gscencode.block.yml
-- Installing: /usr/local/share/gnuradio/grc/blocks/mixalot_pocencode.block.yml
-- Installing: /usr/local/share/gnuradio/grc/blocks/mixalot_flexencode.block.yml
ntfypi@ntfy:~ $ pocsag1200 0 931862500 numeric 1615132 30313233
-bash: pocsag1200: command not found

Does not compile on OSX w. GR 3.7..10.1

Hi,

i tried to build the package on an actual osx-system, but it wont compile et al.

gnuradio version 3.7.10.1 is installed, but not found by cmake.

Katzenwarmhalteplatte:gr-mixalot-master fluffviech$ cmake ./
-- Build type not specified: defaulting to release.
-- Boost version: 1.59.0
-- Found the following Boost libraries:
--   filesystem
--   system
CMake Error at CMakeLists.txt:109 (find_package):
  find_package called with invalid argument "„3.7.10.1“"


-- Checking for module 'gruel'
--   No package 'gruel' found
-- Could NOT find GRUEL (missing:  GRUEL_LIBRARIES GRUEL_INCLUDE_DIRS) 
-- Checking for module 'gnuradio-core'
--   No package 'gnuradio-core' found
-- Could NOT find GNURADIO_CORE (missing:  GNURADIO_CORE_LIBRARIES GNURADIO_CORE_INCLUDE_DIRS) 
-- Found ITPP: /opt/local/lib/libitpp.dylib
CMake Error at CMakeLists.txt:120 (message):
  Need either gnuradio-core+gruel (3.6.x) or gnuradio-runtime (3.7.x).


-- Configuring incomplete, errors occurred!
See also "/Users/fluffviech/Desktop/gr-mixalot-master/CMakeFiles/CMakeOutput.log".
See also "/Users/fluffviech/Desktop/gr-mixalot-master/CMakeFiles/CMakeError.log".

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.