Usrp e110 in standalone mode?

Hi,

I made an application on usrp e110 to send datas.

I would like to make it operate in a standalone mode.

Have you any suggestions to deal with this issue ?

Thanks for help.

Best regards,

Wafa HAJ HMIDA

I use the Linux program called ‘screen’ to manage remote Linux instances
and the same tool is great for running non graphical flow graphs too.
If
you start a program from within a ‘screen’ session then it will continue
to
run if you close your Terminal window:

  1. use ‘ssh [email protected]’ to remotely log into the e110 box
    from
    another computer.
  2. run ‘screen -RD’ which will detatch any running screen sessions
    (there
    won’t be any the first time you do it however running the same command
    every time you use it saves confusion) and reattach them to your
    console.
  3. run your command such as ‘./go_go_go.py’
  4. press ‘ctrl-a d’ to detatch the session or just close your Terminal
    window with the knowledge that the program will still be running.

Google for the ‘screen man page’ for instructions on creating more than
one
session at a time such as with the use of ‘ctrl-a c’ to create a new
session and switch to the next one with ‘ctrl-a n’.

To log back into the box again after closing the Terminal window on your
remote computer, just ssh back in and run ‘screen -RD’, voilà!

Mike


Mike J. M0MIK BSc MIET
Ettus R. Technical Support
Email: [email protected]
Web: http://ettus.com

On Fri, Jun 20, 2014 at 9:01 AM, Wafa E.
<[email protected]