Would it be possible to ssh from an ipod using an app like Termius (or an Android device running JuiceSSH) into a laptop running gqrx ?
For example, with a desktop terminal, its easy to receive udp stream from gqrx on a LAN :
ssh
us...@192.168.1.110 nc -l -up 7355 | aplay -r 48000 -f S16_LE -t raw -c 1
I haven't found a way to directly send the same command from Termius or JuiceSSH
It looks like it is needed to connect with ssh first, then run the rest of the command once connected, which doesn't work as I'd like to.
The final goal is to get a private and secure connection with ssh to my gqrx udp stream over WAN via my ipod, but I need to find a way to get it done over LAN before.
Any ideas ? Or maybe there is an easier solution than ssh to get the same results ?
Nicholas VE2NGO