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
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
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