View Single Post
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#13
Originally Posted by Laughing Man View Post
Oh I have an idea. Will this have to be done over USB? If so, maybe have it so you could do it over SSH. Or some other method like outputting to a folder so a user could send it over themself over SCP.
By default it outputs to a folder. If you do 'detect' it will try to find the mounted device (or SD card). SSH on linux is easy (through gnomevfs or kioslaves), but I have no idea how to do kioslaves style ssh stuff on Windows or MacOS (except for calling winscp externally which is ugly).

EDIT: Possibly doable on windows and mac via Paramiko (http://www.lag.net/paramiko/ ). I'll get back on this.

For over-the-air conversions I originally planned to use the same app which would just signal to the instance on the desktop and then just stream/copy it over internally - less overhead than SSH and no background daemon needs to be running on either the tablet or the desktop. We'll see about that one.

Last edited by attila77; 2009-04-13 at 19:11.
 

The Following User Says Thank You to attila77 For This Useful Post: