When using CloudKVS to make a multi-device/user app, I extended it (v1.1) to raise a NewData event with a list of changes, as covered in this code snippet.
Since then, I've modified the CloudKVS code (v1.2) so I can call refreshUser and always get a reply even if there are no changes. I've...
Hi all, I'm using CloudKVS and trying to figure out a wait-for-data situation using events and resumable subs.
I define my cloudKVS instance in a common code module called "c" (which I try to use for all global variables).
I create the instance in my Starter module:
c.ckvs.Initialize(Me...
Hi all,
When using cloudKVS, its NewData event tells you when changes have been downloaded from the server, but there's no easy way to find out which data has changed. See this thread for details.
@Erel identified where this could be determined, so I've written and tested the following...
Hi cloudKVS users,
I'm updating my checklist app to share lists between users, and hope to use cloudKVS to do that - write changes to the local data store, let cloudKVS upload those to the server data store, and periodically refresh from server to the client app.
Question: When the NewData...
Hi all,
Using cloudKVS in a test app to sync data from 2 Android devices to the cloudKVS server (vanilla B4J app listening on port 51042).
Works fine when the server is my laptop, and the Androids are on the same Wifi network.
But when the server is on my VPS (Ubuntu with JRE installed...
Hi all,
I created a B4A checklist app that stores data locally on the device, but now I'd like to offer users the option to collaborate on their lists with others, so I'm planning to use cloudKVS on a VPS. (Already have a test app working on a Windows laptop with 2 Android devices connecting...
Hi,
I am using CloudKVS and want to sync between two devices e.g. tablet and phone.
I tried to use a Map with several objects to put/get but it seems as if they overwrite each other.
From what I understand I probably need to use the GetAll and then have the objects merged into my own local...
Hi all,
I need to move my app's data (currently stored in a local file using writeMap) to the cloud so my users can share it between devices and family members. I'm looking for some tips on how to do this. CloudKVS seems like the best solution at this point.
I don't know much about the server...
After trying the CloudKVS system, I think it is an excellent system for exchanging information / commands between PC systems and mobile devices
Many times I believe it is also necessary to interface other devices, on which there are other software procedures
The question is: how to interface a...
CloudKVS tutorial
In order to speed up the exchange of information, I experimented with the examples attached to the project description
In particular, on the Android client project, on Starter service I tried to decrease the refresh time to 0.001
Sub Service_Create
ckvs.Initialize(Me...
Ola
Im interested in functionality provided by CloudKVS.
How can one implement such with BANano? If possible can someone please provide an example demo?
Thanks
Hey guys!
I am putting together an app to act as a simple chat with multiple chat rooms, and location sharing. I am using MQTT for the chatrooms, and I am trying to get CloudKVS to act as the server for the other information such as location, and other permanent information on each user.
My...
Hi.
I'm using KeyValueStore2 for storing configuration data in my project, and it's working great.
I'd like to have the posibility of making backups of the configuration and import them in the same or other devices. CloudKVS would be great, but I don't have a dedicated server to install it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.