Re: [Owncloud] ownCloud Client 1.0.4 Release

2012-08-12 Thread Jono
On Sat, Aug 11, 2012 at 2:20 PM, Steve Riley wrote: > On 2012-08-11 06:59:43 Jono wrote: >> >> Yes, the client periodically polls the server to look for updates. A >> way around this is to have something push from the server to connected >> clients. Like a process that

Re: [Owncloud] ownCloud Client 1.0.4 Release

2012-08-11 Thread Jono
>> Several days ago I installed an OC 4.0.6 server on Ubuntu 12.04 server. Setup >> went well, no problems. Then I installed the 1.0.3 sync client on my Kubuntu >> 12.04 laptop. The sync client operated as expected, but I noticed it was >> frequently chatting with the server even when I there was n

Re: [Owncloud] Client time delta

2012-08-11 Thread Jono
There are certainly some good methods out there for determining time deltas over a network. While you cant guarantee the result, you can get a good appromixation with something like this: http://stackoverflow.com/questions/3755208/measuring-time-difference-between-networked-devices However, as I u

Re: [Owncloud] Syncing and Time Synchronization

2012-07-19 Thread Jono
, which makes timestamps irrelevant. "Directory hashes"? Are you referring to RFC6578 or a different method? I didnt see any mention of directories in the document. Though I do very much like the idea of assessing this problem hierarchically. > On 19/07/12 23:37, Klaas Freitag wrote:

Re: [Owncloud] Syncing and Time Synchronization

2012-07-19 Thread Jono
On Thu, Jul 19, 2012 at 7:49 AM, Evert Pot wrote: > On Jul 19, 2012, at 1:09 PM, Jono wrote: >> In the client and server database we maintain a sync-token for each >> file. The token can just be a random generated value that will be >> regenerated on the server every time

Re: [Owncloud] Syncing and Time Synchronization

2012-07-19 Thread Jono
an > solve with workarounds and fuzzy logic. > > However, synchronization is a 'solved problem' and there are very robust ways > to do this. If you'd do it based on the modification time instead, you > reinvent the wheel, but kind of in a bad way. Your wheel is ma

Re: [Owncloud] Syncing and Time Synchronization

2012-07-18 Thread Jono
files to transfer and apply the time difference after writing a file to the client or server as needed. -Jono On Wed, Jul 18, 2012 at 12:23 PM, Evert Pot wrote: > On Jul 18, 2012, at 4:57 PM, Klaas Freitag wrote: > >> On 18.07.2012 16:30, Evert Pot wrote: >> Hi Evert, >>

[Owncloud] Command line sync

2012-06-15 Thread Jono
Hi Guys, I am trying to connect to my owncloud server using the command line csync. I have tried many variations of owncloud://localhost/remote.php/webdav/ and below is the closest I have gotten. Perhaps I need to set keys somewhere? Though I am not using https. > csync /home/jono/A/ owncl

Re: [Owncloud] Compiling the client

2012-06-15 Thread Jono
On Thu, Jun 14, 2012 at 2:42 AM, Klaas Freitag wrote: > On 13.06.2012 21:53, Jono wrote: > Hey Jono, > > >> Thanks for your response. I found the compiling problem to be that >> DefineOptions.cmake had LOG_TO_CALLBACK set to OFF. Now I have the >> client running. &

Re: [Owncloud] Compiling the client

2012-06-13 Thread Jono
p the good work. -Jono On Wed, Jun 13, 2012 at 11:01 AM, Klaas Freitag wrote: > On 13.06.2012 16:42, Jono wrote: > Hi Jono, > > >> >> Bit of a cmake noob. I followed the directions here: >> http://owncloud.org/dev/sync-clients/linux-build/ >> >> bu

[Owncloud] Compiling the client

2012-06-13 Thread Jono
From looking at the code it seems that the linux client uses inotify to watch the local folder for modifications. If it is in windows, it will poll the local folder. Am I right? And for detecting changes on the server, it seems to poll as well. Do the 'client' developers hang in the owncl