Can you sync data from desktop to device?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Can you sync data from desktop to device?
Sorry for the silly question, but is their two way synchronization of your data between the iOS and the desktop when using sqlite or other databases? I was looking for something that worked like data synchronization on the Palm OS or Windows Mobile.
Thanks
Thanks
Jeff G potts
Re: Can you sync data from desktop to device?
Hi Jeff,
You can make a server and a client app that exchange data.
Kind regards,
Mark
You can make a server and a client app that exchange data.
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: Can you sync data from desktop to device?
Sounds simple enough, but as a rank amateur programmer, what would that entail? Has anyone done this? Are there any examples to follow?
Jeff G potts
Re: Can you sync data from desktop to device?
Hi Jeff,
First, you need to understand how sockets work. Here's a very simple and basic example.
Kind regards,
Mark
First, you need to understand how sockets work. Here's a very simple and basic example.
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: Can you sync data from desktop to device?
I guess this solution is a little too complicated for a newbie.
I thought maybe someone had already done this before.
Jeff
I thought maybe someone had already done this before.
Jeff
Jeff G potts
Re: Can you sync data from desktop to device?
Hi Jeff,
Synchronisation is always something rather specific. There is no general solution. One way or another, you'll need to learn how to use sockets.
An alternative way could be to synchronise withi a DropBox folder. That would only require a way to download the data. Perhaps you can use the put url command, if that's supported on iOS already.
Best,
Mark
Synchronisation is always something rather specific. There is no general solution. One way or another, you'll need to learn how to use sockets.
An alternative way could be to synchronise withi a DropBox folder. That would only require a way to download the data. Perhaps you can use the put url command, if that's supported on iOS already.
Best,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: Can you sync data from desktop to device?
So from the link to the Telnet example, I assume then that I am trying to telnet to the device and through this connection act upon the desired files?
Jeff
Jeff
Jeff G potts
Re: Can you sync data from desktop to device?
Hi Jeff,
No. This is just an example to show you how sockets work. Once you understand that, you can start thinking of how to synchronise data.
Kind regards,
Mark
No. This is just an example to show you how sockets work. Once you understand that, you can start thinking of how to synchronise data.
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode