discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] usrp e110 in standalone mode ?


From: Mike Jameson
Subject: Re: [Discuss-gnuradio] usrp e110 in standalone mode ?
Date: Fri, 20 Jun 2014 12:27:16 +0100

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 address@hidden' 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 Jameson M0MIK BSc MIET
Ettus Research Technical Support
Email: address@hidden
Web: http://ettus.com


On Fri, Jun 20, 2014 at 9:01 AM, Wafa Elhajhmida <address@hidden> wrote:
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

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



reply via email to

[Prev in Thread] Current Thread [Next in Thread]