ghostop14 / gr-grnet

GNURadio TCP/UDP source and sink blocks rewritten in C++/Boost. UDP block has header/crc options available as well.
GNU General Public License v3.0
32 stars 18 forks source link

GRNET tcp sink tcp source udp sink udp source error #8

Closed saogo closed 6 years ago

saogo commented 6 years ago

captura de pantalla de 2018-03-03 12-58-07 good morning I'm starting to know GNURADIO for a project I have in the university and I found this post that can help me, when trying to install gr-grnet packages it seems that everything works perfect but when I go to review the examples there are some lost blocks so that the examples are correct, the blocks are GRNET tcp and udp sink source but I do not know what I can do to be used correctly, if any of you could help me I would appreciate it immensely.

Thank you

ghostop14 commented 6 years ago

Looks like the block definition files didn't install into the gnuradio path. When you did "make install" did you get any errors? Sometimes depending on how you have gnuradio installed you may need to "sudo make install" instead, for instance if you installed from the apt repos versus pybombs.

saogo commented 6 years ago

Hi ghostop14 thank you for responding so quickly, and for your help, thank you very much for everything

ghostop14 commented 6 years ago

You're welcome!