[Discuss-gnuradio] usrp e110 in standalone mode ?

2014-06-20 Thread Wafa Elhajhmida
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

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

2014-06-20 Thread Mike Jameson
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'