ssh fun
I have setup a raspberry pi as a measurement computer. Now I can access it
a) on my Mac by mounting a directory, using SSHFS 2.5.0 via
sshfs -o volname="<MOUNT_NAME>" <USER>@<IP_ADRESS>:<directory_on_raspberry> <directory_on_my_mac>
b) on my iPad! I use OpenTerm to ssh into the machine, run scripts, and I use ShellFish (currently in beta) to basically mount the directory with the output into the file system (I mean into the Files App) on my iPad.
Whoooopeee!!