Hi all,
I only have one computer and 2 USRPs. I am
trying to run OpenBTS and spectrum analyzer at the same time. OpenBTS
uses libusrp
of GNURadio and spectrum analyzer uses the libusrp as well. Is it ok to
run OpenBTS and
spectrum analyzer at the same time? How can I make OpenBTS choose the
right
USRP and spectrum analyzer also choose the right USRP in one computer?
Good day,
I never run the OpenBTS before but i had experience in running multiple
USRP
on one PC. for example if i want to run usrp_fft.py and the
benchmark_tx.py
at the same time using two USRP and one PC, so this is the example of
the
command:
the -w command (the which option) is to choose which USRP that we are
pointing to… but this features is depend on the code that you are
trying to
run. if there is no -w in the code, you can add it by yourself.