[URGENT] Custom Block Request

2023-04-20 Thread Marta Lampaya Pérez
Hello, I'm trying to make a custom block in GNU Radio with the "Python Block" block in order to create a TCP server that is continuously receiving information from a TCP Client created in Python. The code of my block is the following: import socket import numpy as np from gnuradio import gr

[URGENT] Custom Block Request

2023-04-20 Thread Marta Lampaya Pérez
Hello, I'm trying to make a custom block in GNU Radio with the "Python Block" block in order to create a TCP server that is continuously receiving information from a TCP Client created in Python. The code of my block is the following: import socket import numpy as np from gnuradio import gr

Fwd: [URGENT] Custom Block Request

2023-04-20 Thread Marta Lampaya Pérez
Hello, I'm trying to make a custom block in GNU Radio with the "Python Block" block in order to create a TCP server that is continuously receiving information from a TCP Client created in Python. The code of my block is the following: import socket import numpy as np from gnuradio import gr