Skip to content
stephane-ruhlmann edited this page Apr 16, 2014 · 5 revisions

Welcome to the pydio-sync wiki!

Draft Sync client

Link between Qt UI and Python Sync App

Communication between the two apps is made thanks to both ZMQ Python/Qt bindings. The sync service is constantly listening to the UI to manage actions such as Start, Pause and Reload for each local folder to sync. The UI is subscribed to the service through ZMQ which allows it to be notified of any changes, be it locally or remotely.

Clone this wiki locally