Airstash Wireless Communication

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
AZSun
Posts: 30
Joined: Tue Mar 20, 2012 10:44 pm

Airstash Wireless Communication

Post by AZSun » Tue Mar 20, 2012 11:20 pm

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,

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10052
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Airstash Wireless Communication

Post by FourthWorld » Mon Jun 03, 2013 6:32 am

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?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Post Reply