nydehi / nocs

Automatically exported from code.google.com/p/nocs
0 stars 0 forks source link

Broader synchronization scope? #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I don't know the specifics of your interface, but I can tell you that I
could really use the file system features of your code - having a local
directory and google docs synchronized.  Sounds like a lot of programs out
there just aren't quite at the point where they can do this - any chance
you could spin that code out into a separate help?

Original issue reported on code.google.com by andygar...@gmail.com on 26 Jan 2010 at 6:52

GoogleCodeExporter commented 8 years ago
All the synchronization in Nocs code is focused on the syncing the text data 
itself,
there's no file-synchronization per se. Nocs uses Google's diff-match-patch 
library,
available here:
http://code.google.com/p/google-diff-match-patch/

For basic Google Docs file-based desktop synchronization, maybe Memeo Connect is
something you're looking for? http://www.memeo.com/

Original comment by mikko.junnila on 26 Jan 2010 at 7:40

GoogleCodeExporter commented 8 years ago
Thank you, I was confused about the functionality then.  I've seen other 
programs
that do file level synchronization (Syncplicity and CloudHero come to mind) but 
I
have not heard of memeo.com yet.  One issue is there seems to be a lack of OS X
clients to accomplish this, so I thought if there was some more generic 
library, than
other open source projects could build off that.  Thanks for the response.

Original comment by andygar...@gmail.com on 26 Jan 2010 at 7:43

GoogleCodeExporter commented 8 years ago

Original comment by mikko.junnila on 3 Feb 2010 at 9:49