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 username@192.168.10.x' 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: supp...@ettus.com
Web: http://ettus.com


On Fri, Jun 20, 2014 at 9:01 AM, Wafa Elhajhmida <wafa.elhaj.hm...@gmail.com
> 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
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to