Page 1 of 1

Airstash Wireless Communication

Posted: Tue Mar 20, 2012 11:20 pm
by AZSun
Hi, I'm just getting started and am having fun so far. My first project was made to read and write text files wirelessly to an Airstash (a wifi jumpdrive/card reader) that I bought to use with my iPad. The "put url" worked in both directions from livecode on my desktop machine.

Code: Select all

on mouseUp
   put URL "~airstash_net/files/LiveCodeSample.txt" into field "text"
end mouseUp
and

Code: Select all

on mouseUp
   put field "uploadfield" into URL "~airstash_net/files/02test.txt"
end mouseUp
How hard is the xml/webDAV process to create folders? I imagine the create folders would work when the drive was physically plugged in to the desktop, but it does not work via wifi.

Thanks for any thoughts,

Re: Airstash Wireless Communication

Posted: Mon Jun 03, 2013 6:32 am
by FourthWorld
I don't mean to pull this off topic, but I'm intrigued: do you know a way to root the device so one can run Linux with Apache on it?